diff options
Diffstat (limited to 'public/stylesheets/responsive.css')
-rw-r--r-- | public/stylesheets/responsive.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 798b3a2d0..cf318259f 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -816,19 +816,19 @@ } /* attachment upload form */ - #attachments_fields span { + .attachments_fields span { position: relative; clear: both; margin-bottom: 1em; white-space: normal; } - #attachments_fields span a.remove-upload { + .attachments_fields span a.remove-upload { position: absolute; top: 0; right: 0; } - #attachments_fields input.description { + .attachments_fields input.description { margin-left: 0; width: 100%; } |