From b623814d9b803ac8dee3df6703e4b4b493bc2799 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 4 May 2008 19:17:25 +0000 Subject: [PATCH] Stripy look on Admin page (Not stable for all browsers) git-svn-id: http://piwigo.org/svn/trunk@2332 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/header.tpl | 8 +- .../theme/admin/images/internal_onglet.png | Bin 0 -> 239 bytes template/yoga/theme/admin/theme.css | 94 ++++++++++-------- template/yoga/theme/admin/themeconf.inc.php | 5 +- 4 files changed, 63 insertions(+), 44 deletions(-) create mode 100644 template/yoga/theme/admin/images/internal_onglet.png diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index ca5d8b879..ba04846ec 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -69,10 +69,10 @@
{$PAGE_BANNER}
{if isset($pwgmenu)} {/if} {if not empty($header_notes)} diff --git a/template/yoga/theme/admin/images/internal_onglet.png b/template/yoga/theme/admin/images/internal_onglet.png new file mode 100644 index 0000000000000000000000000000000000000000..dd7b1e2183c3a80d49d69e9217b00265774dceae GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^tUxTt!3HEnHPSMG6kC$Fy9>jA5L~c#`DCC7XMsm# zF#`j)FbFd;%$g$s6l5>)^mS#w!O9}Us-tRlxE3fRTjCl~;+&tGo0?a`;9QiNSdyBe zP@Y+mp%9Xhs^ISF8}L3wH4msT*we)^q~cbxh@i-y^9^hf{|pnDrv1OcBH1aHl6FKS zE%DH@NvyNI%yP6MH?B-kkDAb&F}3NU2pjLRA) bHZn3ydB>9&c;~_!pz#czu6{1-oD!M a { color: #ff3333; } +ul.tabsheet, ul.tabsheet li { border-bottom: #eee solid 1px; } +ul.tabsheet li.selected_tab { +font-weight:bold; padding-top:0px; position:relative; top:0px; } \ No newline at end of file diff --git a/template/yoga/theme/admin/themeconf.inc.php b/template/yoga/theme/admin/themeconf.inc.php index 1a2b51dc4..ab68d89e3 100644 --- a/template/yoga/theme/admin/themeconf.inc.php +++ b/template/yoga/theme/admin/themeconf.inc.php @@ -13,8 +13,11 @@ function selected_admin_menu() case 'site_update': case 'cat_list': case 'cat_modify': + case 'cat_move': + case 'cat_options': case 'element_set': case 'cat_perm': + case 'permalinks': case 'picture_modify': if (isset($_GET['cat']) and $_GET['cat']='caddie') { return 3; @@ -33,7 +36,7 @@ function selected_admin_menu() case 'history': case 'maintenance': case 'advanced_feature': - case 'wd_checker': + case 'ws_checker': case 'plugins_list': case 'plugin': return 5;