HomeHelpTrac

Changeset 15865 for trunk/templates


Ignore:
Timestamp:
01/10/12 22:32:02 (5 months ago)
Author:
Alexander Trofimov
Message:

Menu

Location:
trunk/templates/base
Files:
2 added
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/base/css/menu.css

    r15749 r15865  
    5656} 
    5757 
    58 /* --------------- menu main submenu */ 
     58/* --------------- vertical menu */ 
    5959 
    60 #bx-menu-sub-container { 
    61     width:100%; 
    62 } 
    63  
    64 #bx-menu-sub-title { 
    65     float:left; 
    66     padding:0; 
    67     margin:0; 
    68     margin-left:20px; 
    69     height:48px; 
    70     line-height:48px; 
    71     font-size:16px; 
    72     color:#666666; 
    73 } 
    74  
    75 #bx-menu-sub { 
    76     float:left; 
     60ul.bx-menu-ver { 
    7761    padding:0; 
    7862    margin:0; 
     
    8064} 
    8165 
    82 #bx-menu-sub li { 
    83     float:left; 
    84     margin-left:18px; 
     66.bx-menu-ver li { 
     67    margin-top:5px; 
    8568} 
    8669 
    87 #bx-menu-sub li:first-child { 
    88     margin-left:30px; 
     70.bx-menu-ver li:first-child { 
     71    margin-top:0px; 
    8972} 
    9073 
    91 #bx-menu-sub li a { 
     74.bx-menu-ver li a { 
    9275    display:block; 
    93     height:48px; 
    94     line-height:48px; 
    9576    text-decoration:none; 
    96     font-size:13px; 
    9777} 
    9878 
    99 #bx-menu-sub li.bx-menu-sub-tab-active a { 
     79.bx-menu-ver li.bx-menu-tab-active a { 
    10080    color:#000; 
    10181} 
    10282 
     83 
     84 
  • trunk/templates/base/scripts/BxBaseMenu.php

    r15749 r15865  
    4444        $aRet = array(); 
    4545        if (!isset($this->_aObject['menu_items'])) 
    46             $this->_aObject['menu_items'] = $this->_oQuery->getMenuItems();         
     46            $this->_aObject['menu_items'] = $this->_oQuery->getMenuItems(); 
    4747 
    4848        foreach ($this->_aObject['menu_items'] as $a) { 
Note: See TracChangeset for help on using the changeset viewer.