Changeset 15865 for trunk/templates
- Timestamp:
- 01/10/12 22:32:02 (5 months ago)
- Location:
- trunk/templates/base
- Files:
-
- 2 added
- 3 deleted
- 2 edited
-
css/menu.css (modified) (2 diffs)
-
menu_horizontal.html (added)
-
menu_icon.html (deleted)
-
menu_sub.html (deleted)
-
menu_top.html (deleted)
-
menu_vertical.html (added)
-
scripts/BxBaseMenu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/base/css/menu.css
r15749 r15865 56 56 } 57 57 58 /* --------------- menu main submenu */58 /* --------------- vertical menu */ 59 59 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; 60 ul.bx-menu-ver { 77 61 padding:0; 78 62 margin:0; … … 80 64 } 81 65 82 #bx-menu-sub li { 83 float:left; 84 margin-left:18px; 66 .bx-menu-ver li { 67 margin-top:5px; 85 68 } 86 69 87 #bx-menu-subli:first-child {88 margin- left:30px;70 .bx-menu-ver li:first-child { 71 margin-top:0px; 89 72 } 90 73 91 #bx-menu-subli a {74 .bx-menu-ver li a { 92 75 display:block; 93 height:48px;94 line-height:48px;95 76 text-decoration:none; 96 font-size:13px;97 77 } 98 78 99 #bx-menu-sub li.bx-menu-sub-tab-active a {79 .bx-menu-ver li.bx-menu-tab-active a { 100 80 color:#000; 101 81 } 102 82 83 84 -
trunk/templates/base/scripts/BxBaseMenu.php
r15749 r15865 44 44 $aRet = array(); 45 45 if (!isset($this->_aObject['menu_items'])) 46 $this->_aObject['menu_items'] = $this->_oQuery->getMenuItems(); 46 $this->_aObject['menu_items'] = $this->_oQuery->getMenuItems(); 47 47 48 48 foreach ($this->_aObject['menu_items'] as $a) {
Note: See TracChangeset
for help on using the changeset viewer.