Heyho,

if anybody uses this (great) theme as main theme and wants the left sidebar menus to look like the admin menu, he may include this to style.css (or manually added file).

ul.menu li{
padding: 2px;
padding-right: 8px;
list-style-image: none;
list-style-type: none;
}

ul.menu li ul.menu li{
padding-right: 15px;
}

ul.menu li.active-trail{
border-bottom: 1px solid #DCF0F6;
border-top: 1px solid #DCF0F6;
}

ul.menu{
text-align: right;
}

ul.menu li a, ul.menu li a.active, ul.menu li a:visited, ul.menu li a:hover{
text-decoration: none;
}

ul.menu li a.active{
font-weight: bold;
}

Comments

kasalla’s picture

to make it complete...

//use block-user-1 for normal user navigation block.

#block-user-1{
padding-right: 0;
}

#block-user-1 h2{
text-align: right;
padding-right: 6px;
}