Quick fix for layout of attachments file upload
This commit is contained in:
parent
c1427cf6a2
commit
a1dca29382
@ -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%)
|
||||
|
@ -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
|
||||
|
@ -29,7 +29,7 @@
|
||||
| {% endfor %}
|
||||
|
||||
| {% else %}
|
||||
label {{ field.name | undertitle }}
|
||||
| {{ field.label }}
|
||||
| {{ field(class='form-control') }}
|
||||
| {% endif %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user