diff options
author | mistic100 <mistic@piwigo.org> | 2014-06-14 12:18:40 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2014-06-14 12:18:40 +0000 |
commit | 296ae7021e75f555da9066232faa8da3a1225f4b (patch) | |
tree | 97e8f58c76c00e4e4c7f37b82ebd5681f62d51bd /admin/themes/roma | |
parent | 06cc578798c0a2f6f82541071f8ef26a6c323805 (diff) |
no more use of jquery ui for admin menu accordion
git-svn-id: http://piwigo.org/svn/trunk@28702 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/roma')
-rw-r--r-- | admin/themes/roma/theme.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index a25965380..f6065f0be 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -136,6 +136,7 @@ margin-top:4px; padding-bottom:3px; padding-top:3px; top:1px; } .tabsheet a:hover, .tabsheet li.selected_tab a { color: #F36; } .tabsheet a span { background-color:#222; font-size:10px; margin-right:2px; padding:0 3px 0 1px; } + /* menubar is on all admin pages => No specific css file */ #menubar { background:transparent url(images/menuBoxBottom_new.png) no-repeat scroll left bottom; @@ -144,20 +145,20 @@ padding:0; width:207px; z-index:99; text-align: left; } #menubar dd { -background: transparent url(images/menubar-detail.png) repeat-y top left; +background: #111 url(images/menubar-detail.png) repeat-y top left; margin: 0; padding: 0 0 10px 0; } #menubar dl { background:transparent url(images/menuBoxTop_new.png) no-repeat scroll left top; width: 207px; border:0; margin: 0; padding: 0; display: block; min-height:35px; } -#menubar dl.first { +#menubar dl:first-of-type{ background:transparent url(images/menubar-top.png) no-repeat scroll left 1px; } -#menubar dl.last { padding: 0 0 24px 0;} +#menubar dl:last-of-type { padding: 0 0 24px 0;} #menubar dt { margin: 0; display: block; background: none; left:10px; font-weight:bold; position:relative; padding: 5px 1px 4px 5px; top:-8px; font-size: 13px; color: #666; outline:none; cursor:pointer; } -#menubar dt span { background-color: #111; } +#menubar dt * { background-color: #111; } #menubar li { margin: 0 0 0 12px; } #menubar li.external { list-style-image:url(images/external_inactive.png); padding:10px 0px 0pt 10px; } #menubar li.external:hover { list-style-image:url(images/external_active.png); } |