diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-03-12 10:32:06 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-03-12 10:32:06 +0000 |
commit | b5a63dc48c2664beedbfdf3dd1440ec8b8880d8a (patch) | |
tree | abfbd50752a1c3871ace49ed1f977f6cca34e573 /public/stylesheets | |
parent | 6a824a35de996259368776829d2a9a7834d67e07 (diff) | |
download | redmine-b5a63dc48c2664beedbfdf3dd1440ec8b8880d8a.tar.gz redmine-b5a63dc48c2664beedbfdf3dd1440ec8b8880d8a.zip |
Merged r15218 (#22128).
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15219 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/responsive.css | 18 |
1 files changed, 18 insertions, 0 deletions
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) { |