aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2007-10-01 23:39:21 +0000
committerrvelices <rv-github@modusoptimus.com>2007-10-01 23:39:21 +0000
commit00d39fe8ba9c559a1208ca135cb7203b37ba68ce (patch)
tree479ba74db988375db41f928286b3a747f1fade61 /template/yoga/admin
parentf7196c793a77f7a89713d10a31fd130e7604a4fb (diff)
- css change tabsheet is nicer than before (especially IE7); also tested in FF2 and IE6
git-svn-id: http://piwigo.org/svn/trunk@2116 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin')
-rw-r--r--template/yoga/admin/default-layout.css36
1 files changed, 19 insertions, 17 deletions
diff --git a/template/yoga/admin/default-layout.css b/template/yoga/admin/default-layout.css
index 09d03e8c8..4250f5b8c 100644
--- a/template/yoga/admin/default-layout.css
+++ b/template/yoga/admin/default-layout.css
@@ -180,28 +180,30 @@ FIELDSET#commentsConf INPUT {
}
/* Tabsheet */
-ul.tabsheet {
- display: table;
- list-style-type: none;
- list-style-image: none; /* for firefox */
+UL.tabsheet {
+ list-style: none;
white-space: nowrap;
- margin-left: auto; margin-right: auto;
- text-decoration : none;
- background: transparent;
+ text-decoration: none;
border-bottom: 1px solid #fff;
+ margin-left: 5px; margin-right: 5px;
+ padding: 3px 5px;
}
-ul.tabsheet li {
- float: left;
- text-align: center;
- margin: 0 6px;
- color: white;
- font-size: 110%;
- font-weight: bold;
- padding: 4px 8px;
+UL.tabsheet LI {
+ display: inline;
+ margin: 0px 6px;
+ font-size: 120%;
+ font-weight: normal;
border: 1px solid #fff;
- border-radius: 6px 6px 0px 0px; /* round corners with CSS3 compliant browsers */
- padding: 5px 2em 2px 2em;
+ border-bottom: none;
+ padding: 3px 2em;
+}
+
+UL.tabsheet LI.selected_tab {
+ font-weight: bold;
+ position: relative;
+ top: 1px;
+ padding-top: 4px;
}
.over{