aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/style.css
diff options
context:
space:
mode:
authorGravatar Alex Bitney2016-02-07 00:00:41 +0200
committerGravatar Alex Bitney2016-02-07 00:00:41 +0200
commitc2d316449f85bd2b74ae9ffaa3d08b7a5ee282cf (patch)
treece808c6d65e4a61913497f5d397473f75fadc701 /src/main/webapp/style.css
parent1fffebc18bbdbe87b456e2b3bd66e9ce5a6afcb8 (diff)
added tags when posting new message
added templates engine (rythm engine) and moved something to it. WARNING: textext plugin does not work when minimized, and also I fixed bug in it.
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; }