diff options
author | vdigital <vdigital@piwigo.org> | 2007-01-31 06:25:42 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-01-31 06:25:42 +0000 |
commit | 727850dd10867edade1ce792a319ac82e755a64e (patch) | |
tree | 303a9e3f1b276d33fbea4bfd403c808f0a0654e9 /template/yoga/theme/wipi | |
parent | cc5e8de15bb355df9d73fbed392cb65bd32db3d2 (diff) |
Minor changes:
- Filter Icon on Rub request is floated right except on my request for wipi.
template/yoga/menubar.css template/yoga/theme/wipi/theme.css
- Font-family is revised on Rub advice (he doesn't have Bitstream Vera Sans as many people).
template/yoga/default-layout.css
- Plugin Admin Advice has been reviewed to be W3C compliant.
plugins/admin_advices/admin_advices.tpl plugins/admin_advices/default-layout.css
git-svn-id: http://piwigo.org/svn/trunk@1772 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/wipi')
-rw-r--r-- | template/yoga/theme/wipi/theme.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css index 5da064762..093d742e8 100644 --- a/template/yoga/theme/wipi/theme.css +++ b/template/yoga/theme/wipi/theme.css @@ -35,6 +35,15 @@ H2, .throw { content: " _/__";
color: #f92;
}
+#menubar .button {
+ margin: 0 2px 0px 8px;
+ width: auto;
+ padding: 0;
+ text-indent: 0;
+ list-style: none;
+ text-align: center;
+ float: left;
+}
#theAdminPage #menubar DT:before,
#theAdminPage #menubar DT:after {
content: '';
|