diff --git a/app/assets/stylesheets/_misc_legacy.sass b/app/assets/stylesheets/_misc_legacy.sass index 93c8f7b71b..e9509cb7a0 100644 --- a/app/assets/stylesheets/_misc_legacy.sass +++ b/app/assets/stylesheets/_misc_legacy.sass @@ -294,19 +294,6 @@ textarea#custom_field_possible_values width: 99% -input.attachment_choose_file - float: left - margin-right: 10px - -div.attachment_field - height: 30px - -#attachments - font-size: 1em - -#attachments_fields input[type=text] - margin-left: 8px - div.attachments margin-top: 12px p @@ -658,12 +645,6 @@ label.label-with-input margin-left: 0 float: none -fieldset#attachments - input, span.add_another_file - zoom: 1 - margin-left: 10px - margin-right: 10px - #query_form_content padding-top: 10px diff --git a/app/assets/stylesheets/content/_forms.md b/app/assets/stylesheets/content/_forms.md index 03b464b7c9..473cf42121 100644 --- a/app/assets/stylesheets/content/_forms.md +++ b/app/assets/stylesheets/content/_forms.md @@ -377,6 +377,55 @@ ``` +# Forms: Attachment fieldsets + +``` +
+ + Filesexpanded + +
+
+
+
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+ +
+
+
+ + Add another file + (Maximum size: 5 MB) + +
+
+``` + # Forms: Text fields ## Default text fields