From f266c3b4cb4dd517eb4ccf7aa4e5a46936e5ccff Mon Sep 17 00:00:00 2001 From: rub Date: Thu, 8 Mar 2007 22:14:14 +0000 Subject: Add tabsheet on administration pages. Step 3: Tabsheet for configuration & history Change css tabsheet to do like p0w0 for all themes git-svn-id: http://piwigo.org/svn/trunk@1881 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/theme/p0w0/theme.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'template/yoga/theme') diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css index a85ef6ed7..1b1f2efc3 100644 --- a/template/yoga/theme/p0w0/theme.css +++ b/template/yoga/theme/p0w0/theme.css @@ -277,14 +277,14 @@ input.submit:active { .qsearch { font-size: 80%; font-style: italic; } * { outline: none; } -.tabsheet { border-bottom: 1px solid #369; } +.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 2em 2px 2em; } .tabsheet a { -- cgit v1.2.3