From 699c9f8d17cec8c40b7182a9a34849168448cc06 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Thu, 27 Mar 2014 14:15:15 +0100 Subject: Fixed style --- static/style.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/static/style.css b/static/style.css index b08bef5..c3bf0f2 100644 --- a/static/style.css +++ b/static/style.css @@ -81,17 +81,17 @@ h1 { } #chatinput input { - position: absolute; - top: 0; - left: 0; - right: 20mm; - bottom: 0; -} - -#chatinput button { position: absolute; top: 0px; left: 0px; height: 8mm; width: calc(100% - 25mm); } + +#chatinput button { + position: absolute; + top: 0; + right: 0; + width: 20mm; + bottom: 0; +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf