[Products.SilvaForum][Kit Blake] Minor corrections for 3.x

[email protected] Mon, 04 Nov 2013 08:42:47 +0100
Newsgroups gmane.comp.web.zope.silva.cvs
Message-ID <[email protected]>
author:    Kit Blake
date:      Mon Nov 04 08:42:37 2013 +0100
revision:  652:8d625f01654d in Products.SilvaForum
branch:    2.5
details:   https://hg.infrae.com/Products.SilvaForum?cmd=changeset;node=8d625f01654d
modified:  Products/SilvaForum/static/forum.css
added:     
removed:   
log:       Minor corrections for 3.x


diffstat:

 Products/SilvaForum/static/forum.css |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r f1619cc2d9de -r 8d625f01654d Products/SilvaForum/static/forum.css
--- a/Products/SilvaForum/static/forum.css	Sun Nov 03 19:47:37 2013 +0100
+++ b/Products/SilvaForum/static/forum.css	Mon Nov 04 08:42:37 2013 +0100
@@ -13,7 +13,7 @@
   width: 99%;
 }
 div.forum input[type=submit] {
-  margin: 0.1em 0.5em 0.1em 0;
+  margin: 0.5em 0.5em 0 0;
 }
 div.forum input[type=checkbox] {
   margin: 0.2em 0;
@@ -98,7 +98,6 @@
 }
 div.forum div.action {
   float: left;
-  margin-top: 0.2em;
 }
 div#emoticons {
   float: right;
@@ -117,7 +116,7 @@
   margin: 0.3em 0 0;
 }
 div.forum div.preview {
-  margin: 0.3em 0 0.2em;
+  margin: 0.3em 0 0.5em;
   padding: 0.3em 0.3em 0;
   border: 1px solid #8FC511;
 }