aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/picture.css
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-10-01 10:04:23 +0000
committerrvelices <rv-github@modusoptimus.com>2008-10-01 10:04:23 +0000
commitaf4b55f392a41ad8ec3351e03e4d56679017643b (patch)
treeef28f190b6d51139649e1a36116306292ee5f2ae /template/yoga/picture.css
parent389edad2881083d2b137a220a8056582ceba2ce5 (diff)
- default-colors.css is imported from layout.css instead of header.tpl (smaller header + more consistent with the other imports)
- removed unused rule from default-layout.css (A.button) - rating stars have a transparent background in Sylvia also git-svn-id: http://piwigo.org/svn/trunk@2630 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--template/yoga/picture.css46
1 files changed, 23 insertions, 23 deletions
diff --git a/template/yoga/picture.css b/template/yoga/picture.css
index f753009b3..83825b193 100644
--- a/template/yoga/picture.css
+++ b/template/yoga/picture.css
@@ -1,43 +1,43 @@
/* $Id$ */
#imageHeaderBar {
- padding-top: 2px;
- padding-bottom: 2px;
- margin-top: 4px;
- overflow: hidden;
- width: 100%;
+ padding-top: 2px;
+ padding-bottom: 2px;
+ margin-top: 4px;
+ overflow: hidden;
+ width: 100%;
}
#imageHeaderBar .browsePath {
- float: left;
- margin-left: 10px;
+ float: left;
+ margin-left: 10px;
}
#imageHeaderBar .imageNumber {
- float: right;
- margin-right: 10px;
+ float: right;
+ margin-right: 10px;
}
#imageHeaderBar H2 {
- text-align: center;
- padding: 0;
- clear: both;
+ text-align: center;
+ padding: 0;
+ clear: both;
}
#imageToolBar {
- text-align: center;
- position: relative;
- clear: both;
- margin-bottom: 4px;
- padding: 0;
+ text-align: center;
+ position: relative;
+ clear: both;
+ margin-bottom: 4px;
+ padding: 0;
}
#imageToolBar {
- height: 28px;
+ height: 28px;
}
#imageToolBar A, #imageToolBar IMG {
- display: block;
- border: none;
- margin: 0; padding: 0;
+ display: block;
+ border: none;
+ margin: 0; padding: 0;
}
#imageToolBar A { width: 48px; }
#imageToolBar IMG { margin: 2px auto; }
@@ -45,8 +45,8 @@
#imageToolBar .navButtons A { float: right; }
#theImage {
- clear: left;
- text-align: center;
+ clear: left;
+ text-align: center;
}
#theImage>IMG {