From 10f53ade8f0f71de15fca2bd6ee742d6d675354e Mon Sep 17 00:00:00 2001 From: Gregor Schmidt Date: Wed, 2 Mar 2016 15:09:33 +0100 Subject: [PATCH] Update alignment of attachment upload form for small screens --- public/stylesheets/responsive.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 981850c..10445c0 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -688,6 +688,24 @@ span#watchers_inputs { width: 100%; } + + /* attachment upload form */ + #attachments_fields span { + position: relative; + clear: both; + margin-bottom: 1em; + white-space: normal; + } + #attachments_fields span a.remove-upload { + position: absolute; + top: 0; + right: 0; + } + + #attachments_fields input.description { + margin-left: 0; + width: 100%; + } } @media all and (max-width: 599px) { -- 2.7.0