]> source.dussan.org Git - redmine.git/commitdiff
Merged r15218 (#22128).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 12 Mar 2016 10:32:06 +0000 (10:32 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 12 Mar 2016 10:32:06 +0000 (10:32 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15219 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/responsive.css

index 816007943f2cf097b13e0da864ea2df541064b17..d4f5d874bff5d8a9f587a47e1736cd8d9fc8fd0f 100644 (file)
     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) {