[Products.SilvaForum][Kit Blake] Minor corrections for 3.x
[email protected] Sun, 03 Nov 2013 19:47:49 +0100
| Newsgroups | gmane.comp.web.zope.silva.cvs |
|---|---|
| Message-ID | <[email protected]> |
author: Kit Blake
date: Sun Nov 03 19:47:37 2013 +0100
revision: 651:f1619cc2d9de in Products.SilvaForum
branch: 2.5
details: https://hg.infrae.com/Products.SilvaForum?cmd=changeset;node=f1619cc2d9de
modified: Products/SilvaForum/static/forum.css
added:
removed:
log: Minor corrections for 3.x
diffstat:
Products/SilvaForum/static/forum.css | 15 +++++++--------
1 files changed, 7 insertions(+), 8 deletions(-)
diffs (50 lines):
diff -r 79ad4848a7d2 -r f1619cc2d9de Products/SilvaForum/static/forum.css
--- a/Products/SilvaForum/static/forum.css Sun Nov 03 19:34:27 2013 +0100
+++ b/Products/SilvaForum/static/forum.css Sun Nov 03 19:47:37 2013 +0100
@@ -10,7 +10,7 @@
margin: 0.3em 0;
}
div.forum input.store, textarea.store {
- width:99%;
+ width: 99%;
}
div.forum input[type=submit] {
margin: 0.1em 0.5em 0.1em 0;
@@ -21,7 +21,7 @@
div.forum input.dialog-closer {
position: absolute;
right: 0.4em;
- top: 0.2em;
+ top: 0.4em;
}
div.forum #form-field-email {
width: 16em;
@@ -84,7 +84,7 @@
}
/* forum expandable js widget */
div.forum div.dialog-opener {
- margin-top: -0.9em;
+ margin-top: -1em;
float: right;
clear: both;
}
@@ -96,6 +96,10 @@
border: 1px solid #808080;
clear: both;
}
+div.forum div.action {
+ float: left;
+ margin-top: 0.2em;
+}
div#emoticons {
float: right;
padding-right: 0.7em;
@@ -189,8 +193,3 @@
div.forum input.field-captcha {
width: 136px;
}
-div.forum div.action {
- float: left;
- margin-top: 0.2em;
-}
-