Changeset 218127
- Timestamp:
- 03/16/2010 12:51:14 AM (16 years ago)
- Location:
- sidebartabs/tags/2.2
- Files:
-
- 2 edited
-
sidebarTabs.php (modified) (2 diffs)
-
styleSidebar.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sidebartabs/tags/2.2/sidebarTabs.php
r217502 r218127 130 130 $op .= " </ul>\n"; 131 131 $op .= " </div>\n"; 132 $op .= " <a class='next'></a>\n"; 132 if ($options['layout'] == 3 || $options['layout'] == 4) { 133 $op .= " <a class='next'></a>\n"; 134 } 133 135 $op .= ' <div class="sidebarTabs_divs sidebarTabs_panes sidebarTabs_divs'.$widget_id.'">'."\n"; 134 136 } else { … … 348 350 } 349 351 if ($options_script['layout'] == 3 || $options_script['layout'] == 4) { 350 ?> 351 var tabInicial<?php echo $id_w; ?> = jQuery("ul.sidebarTabs<?php echo $id_w; ?> li a:eq(0)").offset().left 352 <?php 352 $gss .= ' var tabInicial'.$id_w.' = jQuery("ul.sidebarTabs'.$id_w.' li a:eq(0)").offset().left;'; 353 353 $gss .= ' jQuery("ul.sidebarTabs'.$id_w.'").tabs("div.sidebarTabs_divs'.$id_w.' > .tb");'; 354 354 -
sidebartabs/tags/2.2/styleSidebar.php
r217502 r218127 16 16 $tam_scrollable = '78%'; 17 17 } else { 18 $tam_scrollable = ' 90%';18 $tam_scrollable = '100%'; 19 19 } 20 20 $unit = '%'; … … 24 24 $tam_scrollable = ($opsbt["width_sidebar"] - 42)."px"; 25 25 } else { 26 $tam_scrollable = ($opsbt["width_sidebar"] - 13)."px";26 $tam_scrollable = $opsbt["width_sidebar"]."px"; 27 27 } 28 28 $unit = $opsbt['unit']; … … 205 205 div.sb_container a.next { 206 206 float: right; 207 background:url(images/right.png) 0 -18px no-repeat ;207 background:url(images/right.png) 0 -18px no-repeat !important; 208 208 clear:right; 209 209 } … … 220 220 } 221 221 div.sb_container a.next.disabled { 222 background:url(images/right.png) 0 0 no-repeat ;222 background:url(images/right.png) 0 0 no-repeat !important; 223 223 cursor: default; 224 224 } … … 241 241 <?php } ?> 242 242 } 243 div.sb_container a.next {244 margin-left: 3px;245 background: none !important;246 }247 243 <?php } ?> 248 244
Note: See TracChangeset
for help on using the changeset viewer.