small css correction: adjust width
authorYves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Fri, 12 Sep 2014 14:55:06 +0200
changeset 1144 38f13bb5c082
parent 1143 cb9f8902714f
child 1145 1979f841537e
small css correction: adjust width
web/res/css/tweetcast.css
--- a/web/res/css/tweetcast.css	Fri Sep 12 14:51:17 2014 +0200
+++ b/web/res/css/tweetcast.css	Fri Sep 12 14:55:06 2014 +0200
@@ -195,7 +195,7 @@
 /* Formulaire */
 
 #twwWrap {
-    float: left; width: 450px; background: #ffffff; padding: 1px; border-width: 1px; border-style: solid solid none solid; border-color: #ababab; margin-top: 6px;
+    float: left; width: 451px; background: #ffffff; padding: 1px; border-width: 1px; border-style: solid solid none solid; border-color: #ababab; margin-top: 6px;
 }
 #tweetWriter {
     width: 430px; padding: 10px; background: #efefef;