diff --git a/upload/admin_area/styles/cbv2/images/slide_toggle_2.png b/upload/admin_area/styles/cbv2/images/slide_toggle_2.png new file mode 100644 index 00000000..4b61217d Binary files /dev/null and b/upload/admin_area/styles/cbv2/images/slide_toggle_2.png differ diff --git a/upload/admin_area/styles/cbv2/images/slide_toggle_3.png b/upload/admin_area/styles/cbv2/images/slide_toggle_3.png new file mode 100644 index 00000000..7ef77cb6 Binary files /dev/null and b/upload/admin_area/styles/cbv2/images/slide_toggle_3.png differ diff --git a/upload/admin_area/styles/cbv2/layout/left_menu.html b/upload/admin_area/styles/cbv2/layout/left_menu.html index e358ddc9..fd7d411a 100644 --- a/upload/admin_area/styles/cbv2/layout/left_menu.html +++ b/upload/admin_area/styles/cbv2/layout/left_menu.html @@ -1,8 +1,8 @@
- - +Toggle Menu +Toggle Menu {assign var='menu' value = $Cbucket->AdminMenu} diff --git a/upload/admin_area/styles/cbv2/theme/main.css b/upload/admin_area/styles/cbv2/theme/main.css index 7777aa79..404e273c 100644 --- a/upload/admin_area/styles/cbv2/theme/main.css +++ b/upload/admin_area/styles/cbv2/theme/main.css @@ -21,7 +21,7 @@ a[rel=sponsors]:hover { background:#555; border:1px solid #232323; } .header_grey_bar{ color:#fff;font-size: 20px;font-family:"Century Gothic"} .cbicon{background-image:url(../images/icons.png); width:50px; height:28px; background-repeat:no-repeat; margin:6px 10px 0px 10px; float:left} .header_grey_bar .welcome{font-size:15px; padding-right:10px} -.header_grey_bar .logout_button{background-image:url(../images/icons.png); background-position:-50px 0px; height:25px; width:25px; float:right;margin:6px 5px 0px 5px; } +.header_grey_bar .logout_button{background-image:url(../images/icons.png); background-position:-50px 0px; height:25px; width:25px; margin:6px 5px 0px 5px; vertical-align:sub; } .sarch_button{width:109px; height:25px; cursor:pointer; background:transparent url(../images/icons.png) 0px -59px no-repeat;} diff --git a/upload/admin_area/styles/cbv2/theme/slidemenu.css b/upload/admin_area/styles/cbv2/theme/slidemenu.css index 19d1c9fb..72ad5f88 100644 --- a/upload/admin_area/styles/cbv2/theme/slidemenu.css +++ b/upload/admin_area/styles/cbv2/theme/slidemenu.css @@ -31,6 +31,7 @@ position:relative; { margin-top:3px; width:0px; + visibility:hidden; margin-bottom:5px } @@ -110,5 +111,5 @@ color:#2b495d; border-right:1px solid black; } -.menu_toggle{ background-image:url(../images/slide_toggle.png);position:absolute; right:0px; top:0px; z-index:5002; width:15px; height:100%; cursor:e-resize} -.menu_toggle_arrow{ background-image:url(../images/slide_toggle.png); background-position:-15px 0px; background-repeat:no-repeat; position:absolute; right:0px; top:15px; z-index:5003; width:15px; height:100px; cursor:pointer} \ No newline at end of file +.menu_toggle{ background-image:url(../images/slide_toggle_2.png);position:absolute; right:0px; top:0px; z-index:5002; width:9px; height:100%; cursor:e-resize; border:1px solid #aaa;} +.menu_toggle_arrow{ background-image:url(../images/slide_toggle_3.png); background-repeat:no-repeat; position:absolute; right:0px; top:35px; z-index:5003; width:13px; height:51px; cursor:pointer} \ No newline at end of file diff --git a/upload/js/functions.js b/upload/js/functions.js index 6742b7fd..0a1ec043 100644 --- a/upload/js/functions.js +++ b/upload/js/functions.js @@ -637,23 +637,6 @@ var loading = loading_img+" Loading..."; $(li).addClass("selected"); } } - -var current_tab = ''; -var current_div = ''; - -function display_tab(Li,divid) -{ - if(current_tab!='') - $(current_tab).removeClass("selected"); - if(current_div!='') - $('#'+current_div).hide(); - - $(Li).addClass("selected"); - $('#'+divid).fadeIn('300'); - - current_tab = Li; - current_div = divid; -} var current_menu = ""; function show_menu(menu) diff --git a/upload/styles/cbv2new/layout/videos.html b/upload/styles/cbv2new/layout/videos.html index aa85815a..d293f82d 100644 --- a/upload/styles/cbv2new/layout/videos.html +++ b/upload/styles/cbv2new/layout/videos.html @@ -10,7 +10,7 @@
  • Sort :
  • {assign var=sorting_links value=func->sorting_links()} {foreach from=$sorting_links item=name key=sort} -
  • {$name}
  • +
  • {$name}
  • {/foreach}