1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-06 09:03:25 +00:00

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
This commit is contained in:
Jean-Philippe Lang 2016-03-12 10:30:33 +00:00
parent f4a17421c1
commit f081f4829a

View File

@ -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) {