diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-03-08 03:22:25 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-03-08 03:22:25 +0000 |
commit | cba56c06ede13f30483ca587f0c79cb0e4d82aaa (patch) | |
tree | 7e82d6628ef115795eb13273cbae7570922ba2ec /template/yoga/default-layout.css | |
parent | 1e7c9034ded97b32a7d79a1ba05b384028ec5081 (diff) |
calendar: removed some warnings, improved display for weekly style and
worked on css (still not perfect due to IE)
git-svn-id: http://piwigo.org/svn/trunk@1069 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/default-layout.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index 447cc957f..602355530 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -30,7 +30,7 @@ H1 { H2 { margin: 0; - padding: 5px; + padding: 0px 5px 4px; text-align: left; font-size: 120%; } @@ -90,7 +90,7 @@ select.categoryList { /** go to an admin.css ? **/ .table2 { - border: 1px solid black; + border: 1px solid black; margin: 1em auto; padding: 0; } @@ -228,7 +228,7 @@ FORM#categoryPermissions LI { padding: 0; } -BODY#theAdminPage #theHeader P { +BODY#theAdminPage #theHeader P { display: none; } @@ -257,3 +257,4 @@ UL.actions A { border: none; } + |