From: Jean-Philippe Lang Date: Sat, 12 Mar 2016 10:30:33 +0000 (+0000) Subject: Update alignment of attachment upload form for small screens (#22128). X-Git-Tag: 3.3.0~208 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f081f4829a8d37251a227054e3b640c5bfc9f168;p=redmine.git Update alignment of attachment upload form for small screens (#22128). Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@15218 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 816007943..d4f5d874b 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -754,6 +754,24 @@ padding-right: 25px; /* this is the spaces that .buttons uses next to subject */ } } + + /* 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) {