aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/wipi/theme.css
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-03-09 23:30:03 +0000
committervdigital <vdigital@piwigo.org>2007-03-09 23:30:03 +0000
commitc0de91eb56964ccce35d82c7dbac987ca994aace (patch)
treeb432b3a4ed214e57bff044bc1e0e4195ed49a20e /template/yoga/theme/wipi/theme.css
parent908c6a2dfa90104841d334a2e2388a196c2af8c9 (diff)
Bug on admin tabsheets under IE7
git-svn-id: http://piwigo.org/svn/trunk@1886 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--template/yoga/theme/wipi/theme.css35
1 files changed, 16 insertions, 19 deletions
diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css
index da771de73..6054b9705 100644
--- a/template/yoga/theme/wipi/theme.css
+++ b/template/yoga/theme/wipi/theme.css
@@ -63,13 +63,16 @@ H2, .throw {
border-color: #f92;
color: #900;
}
+.tabsheet li,
+.tabsheet li a { color: #69c; }
+.tabsheet li a:hover { color: #f92; }
/* backgrounds */
BODY {
background: #111;
margin: 0px;
padding: 0px;
}
-H3, #imageHeaderBar, #imageToolBar A:hover, .row1 {
+H3, #imageHeaderBar, #imageToolBar A:hover, .row1, .tabsheet li {
background-color: #222;
}
#theAdminPage h2, #theAdminPage h3 { border-bottom: 1px solid #69c; }
@@ -79,6 +82,7 @@ H3, #imageHeaderBar, #imageToolBar A:hover, .row1 {
#imageToolBar, .header_notes {
background-color: #333;
}
+.selected_tab { background-color: eee !important; }
A {
border-color: #69c;
}
@@ -329,25 +333,18 @@ a.PWG:hover .G { color : #f92; }
#menubar .menuInfoCatByChild, .qsearch,
h2.showtitle, #theImage p.showlegend { display: none }
* { outline-width: 0px; }
-
+ul.tabsheet {
+ border-top: 1px solid #69c !important;
+ border-bottom: 0px !important;
+}
.tabsheet li {
- background: #222;
- color: #69c;
border: 1px solid #fff;
+ background-image: url(images/tableh1_bg.png);
+ background-repeat: repeat-x;
}
-
-.tabsheet a {
- color: #69c;
-}
-
-.selected_tab {
- background: #eee !important;
-}
-
-.tabsheet li:hover {
- border: 1px solid #f92 !important;
-}
-
-.tabsheet li:hover a:hover {
- color: #f92;
+.tabsheet li:hover { border-color: #f92 !important; }
+ul.tabsheet li {
+ -moz-border-radius: 0px 0px 3px 3px;
+ border-radius: 0px 0px 12px 12px;
+ -webkit-border-radius: 0px 0px 3px 3px;
}