diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-07 07:56:07 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-07 07:56:07 +0000 |
commit | 245d0f1a7d5f670c82a07f5ebb64a316070edf77 (patch) | |
tree | 94a27f3b195e20f7d05d64d5e119a908ea47918c /template/yoga/theme/Sylvia | |
parent | bf0e0df030a4cb2acb5d2bbfa7f5a0ba74054420 (diff) |
page Picture
- line above "comment" should be ... HR (horizontal rule) hidden
- "submit" button should aligned with "author" input
git-svn-id: http://piwigo.org/svn/branches/2.0@2931 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/Sylvia')
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index 0eb6ed811..b737ecfa8 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -11,7 +11,8 @@ #comments div.thumbnailCategory div.illustration { width:220px !important; /* Usable range 219px-360px , optimal : Thumbnail width + 95px */ } - +#comments .thumbnailCategories hr {display:none;} +#comments form.filter input[type="submit"] { margin-top:1.8em; } /* Sylvia Theme is close to the Roma Admin theme */ BODY, H1, H3, DT, INPUT.rateButtonSelected, H2, #menubar DT { color:#666; |