diff options
author | vdigital <vdigital@piwigo.org> | 2008-06-22 20:38:19 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-06-22 20:38:19 +0000 |
commit | 143edcacaefb171a99003e905eec420107c30ef9 (patch) | |
tree | ac0fabf58c36f4e0329731fc03c6270bc9bcc385 /template/yoga/theme/wipi | |
parent | cf07211562afce7890c1cd377ffc000762e89f04 (diff) |
Removal some references to previous admin pages
New favicon
git-svn-id: http://piwigo.org/svn/trunk@2392 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/wipi')
-rw-r--r-- | template/yoga/theme/wipi/theme.css | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css index 9c0deea14..3a6144a96 100644 --- a/template/yoga/theme/wipi/theme.css +++ b/template/yoga/theme/wipi/theme.css @@ -44,10 +44,6 @@ H2, .throw { text-align: center; float: left; } -#theAdminPage #menubar DT:before, -#theAdminPage #menubar DT:after { - content: ''; -} .content .pageNumberSelected { color: #f92; } @@ -69,8 +65,8 @@ BODY { H3, #imageToolBar A:hover, .row1, .tabsheet li { background-color: #222; } -#theAdminPage h2, #theAdminPage h3 { border-bottom: 1px solid #69c; } -#imageHeaderBar, #theAdminPage #the_page { + +#imageHeaderBar { background-color: #111; } #imageToolBar, .header_notes { @@ -88,12 +84,8 @@ A:hover { border: 1px solid #eee; padding: 5px; } -#theAdminPage #the_page .content { - background-color: #111; - border-width: 0px; - padding: 5px; -} -H2, #menubar DT, .throw, TD H3, #theAdminPage H3 { + +H2, #menubar DT, .throw, TD H3 { background-image: url(images/tableh1_bg.png); background-repeat: repeat-x; } |