Quick fix for layout of attachments file upload

This commit is contained in:
Pablo Vazquez 2016-11-04 11:05:19 +01:00
parent c1427cf6a2
commit a1dca29382
3 changed files with 7 additions and 9 deletions

View File

@ -2173,12 +2173,6 @@ section.node-children
position: relative
margin: 0 auto 30px auto
input, textarea, select
+input-generic
&#fileupload
color: $color-info
&.tags .select2-container
.select2-selection
+input-generic
@ -2396,13 +2390,12 @@ section.node-children
padding-left: 0
div[class$="file"]
float: left
margin-top: 10px
width: auto
label
display: none
#overlay-mode-move-container
visibility: hidden
background-color: lighten($color-background, 5%)

View File

@ -759,6 +759,11 @@ input, input.form-control
label, label.control-label
+label-generic
input.fileupload
background-color: transparent
display: block
margin-top: 10px
/* File Upload forms */
.fieldlist

View File

@ -29,7 +29,7 @@
| {% endfor %}
| {% else %}
label {{ field.name | undertitle }}
| {{ field.label }}
| {{ field(class='form-control') }}
| {% endif %}