aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-03-16 07:14:30 +0000
committervdigital <vdigital@piwigo.org>2007-03-16 07:14:30 +0000
commit9caab555c83d16b6c4ddbdaad5378e8563b1a16b (patch)
tree38b103cfd8d7500d44b2314e0bbfd0368c37e028 /template
parente78d0fde73fbb2c372562916f31b043d7a1ea635 (diff)
Update: Wipi picture header background was poorly sized
git-svn-id: http://piwigo.org/svn/trunk@1913 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/theme/wipi/images/tableh2_bg.pngbin10776 -> 141 bytes
-rw-r--r--template/yoga/theme/wipi/theme.css5
2 files changed, 3 insertions, 2 deletions
diff --git a/template/yoga/theme/wipi/images/tableh2_bg.png b/template/yoga/theme/wipi/images/tableh2_bg.png
index bc4c838f2..be06ee428 100644
--- a/template/yoga/theme/wipi/images/tableh2_bg.png
+++ b/template/yoga/theme/wipi/images/tableh2_bg.png
Binary files differ
diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css
index d03b00e9c..88cbcc4ca 100644
--- a/template/yoga/theme/wipi/theme.css
+++ b/template/yoga/theme/wipi/theme.css
@@ -72,11 +72,11 @@ BODY {
margin: 0px;
padding: 0px;
}
-H3, #imageHeaderBar, #imageToolBar A:hover, .row1, .tabsheet li {
+H3, #imageToolBar A:hover, .row1, .tabsheet li {
background-color: #222;
}
#theAdminPage h2, #theAdminPage h3 { border-bottom: 1px solid #69c; }
-#theAdminPage #the_page {
+#imageHeaderBar, #theAdminPage #the_page {
background-color: #111;
}
#imageToolBar, .header_notes {
@@ -174,6 +174,7 @@ H2, #menubar DT, .throw, TD H3, #theAdminPage H3 {
}
#imageHeaderBar {
border-top: 1px solid #000;
+ padding: 8px 0px 3px 0px;
}
H2, #imageToolBar {
border-bottom: 1px solid #000;