From b9f0e6633ec97557c5750be9c33aad4e7f303461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Daniel?= Date: Sat, 24 Jun 2017 21:01:26 +0200 Subject: [PATCH] Changes to form styling, don't break on resize Added float left and clear both to textarea. --- stylesheets/greybird.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/stylesheets/greybird.css b/stylesheets/greybird.css index 703b120e..97006bb6 100644 --- a/stylesheets/greybird.css +++ b/stylesheets/greybird.css @@ -143,6 +143,19 @@ input[type="text"], input[type="password"], input[type="file"], textarea, select margin-right: 5px; } +textarea#body { + clear: both; + float: left; +} + +#quick-reply .format-text { + float: none; +} + +#quick-reply .format-text > a { + display: inline; +} + input[type="submit"] { color: #bcbcbc; font-size: 12px;