diff options
author | vdigital <vdigital@piwigo.org> | 2007-03-07 06:25:14 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-03-07 06:25:14 +0000 |
commit | 885393221f6c8045d858ea545b1339120eb5b625 (patch) | |
tree | e3d58ec5d9684287fd66a9fa1f970f52a262db3f /template/yoga | |
parent | fd50890049fadad1348d4339f4f97ffbf9a5add5 (diff) |
Minor: p0w0 tabsheet quick review.
git-svn-id: http://piwigo.org/svn/trunk@1875 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/p0w0/theme.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css index 073bb26f0..f71b83030 100644 --- a/template/yoga/theme/p0w0/theme.css +++ b/template/yoga/theme/p0w0/theme.css @@ -277,10 +277,14 @@ input.submit:active { .qsearch { font-size: 80%; font-style: italic; } * { outline: none; } +.tabsheet { border-bottom: 1px solid #369; } .tabsheet li { background: #369; color: white; border: 1px solid #fff; + border-radius: 6px 6px 0px 0px; /* round corners with CSS3 compliant browsers */ + -moz-border-radius: 6px 6px 0px 0px; /* round corners with CSS3 compliant browsers */ + padding: 5px 4em 2px 4em; } .tabsheet a { |