diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-07 07:58:14 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-07 07:58:14 +0000 |
commit | 833d0fc2b44462658beea68c50175c65e41b91b6 (patch) | |
tree | ec3a355878aca31c4020ea03dd70a50e2d75e696 | |
parent | 018bad3d0439b5e9eeda2f6597892786cf978441 (diff) |
page Picture
- line above "comment" should be ... HR (horizontal rule) hidden
- "submit" button should aligned with "author" input
merge -c2931 from branch 2.0 to trunk
git-svn-id: http://piwigo.org/svn/trunk@2932 68402e56-0260-453c-a942-63ccdbb3a9ee
-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; |