aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/style.css')
-rw-r--r--src/main/webapp/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/style.css b/src/main/webapp/style.css
index 69c7e2da..b247d178 100644
--- a/src/main/webapp/style.css
+++ b/src/main/webapp/style.css
@@ -48,7 +48,7 @@ body>header p { color: #000; font-size: 13pt; margin: 12px 0; text-align: center
#newmessage { background: #E5E5E0; padding: 15px; margin-bottom: 20px; }
#newmessage textarea { border: 1px solid #CCC; padding: 4px; width: 688px; resize: vertical; min-height: 14pt; height: 14pt; margin: 0 0 5px 0; }
-#newmessage input { border: 1px solid #CCC; padding: 2px 4px; margin: 5px 0; }
+#newmessage input { border: 1px solid #CCC; padding: 3px 6px 4px; /*margin: 5px 0;*/ }
#newmessage>div { display: none; }
#newmessage .img { width: 500px; }
#newmessage .tags { width: 500px; }