# HG changeset patch # User Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> # Date 1410526506 -7200 # Node ID 38f13bb5c082e9beed985ced9f147766c18349e3 # Parent cb9f8902714f46b5b2a4a621f1302eea002258b3 small css correction: adjust width diff -r cb9f8902714f -r 38f13bb5c082 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;