From c2d316449f85bd2b74ae9ffaa3d08b7a5ee282cf Mon Sep 17 00:00:00 2001 From: Alex Bitney Date: Sun, 7 Feb 2016 00:00:41 +0200 Subject: 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. --- src/main/webapp/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/webapp/style.css') 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; } -- cgit v1.2.3