mike_p
2010-05-29 9c8ae1639625001dd36d44a085714d13a75eb73c
fix bug FS#1200 - id elents should be unique. have changed side nav template, this needs to change too.
1 files modified
8 ■■■■ changed files
interface/web/themes/default/css/navigation/nav_side.css 8 ●●●● patch | view | raw | blame | history
interface/web/themes/default/css/navigation/nav_side.css
@@ -40,7 +40,7 @@
    }
    
    /* Menu Title */
    #submenu li#title {
    #submenu li.title {
     width: 100%;
     padding: 0px;
     font-weight: bold;
@@ -50,11 +50,11 @@
    font-size: 1.1em;
    }
    
    #submenu li#title a {
    #submenu li.title a {
     background-color: #f0f8ff;
     color: #444;
    }
    #submenu li#title a:hover {
    #submenu li.title a:hover {
     color: #f63;
    }
    
@@ -67,7 +67,7 @@
    }
    
    /* Level 1 */
    #submenu li#active,
    #submenu li.active,
    #submenu li strong {
     width: 90%;
     padding: 3px 0px 3px 10%;