mirror of
https://github.com/redmine/redmine.git
synced 2026-01-23 07:53:10 +01:00
Merged r15218 (#22128).
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15219 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user