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
|
position: relative
|
||||||
margin: 0 auto 30px auto
|
margin: 0 auto 30px auto
|
||||||
|
|
||||||
input, textarea, select
|
|
||||||
+input-generic
|
|
||||||
|
|
||||||
&#fileupload
|
|
||||||
color: $color-info
|
|
||||||
|
|
||||||
&.tags .select2-container
|
&.tags .select2-container
|
||||||
.select2-selection
|
.select2-selection
|
||||||
+input-generic
|
+input-generic
|
||||||
@ -2396,13 +2390,12 @@ section.node-children
|
|||||||
padding-left: 0
|
padding-left: 0
|
||||||
|
|
||||||
div[class$="file"]
|
div[class$="file"]
|
||||||
float: left
|
margin-top: 10px
|
||||||
width: auto
|
width: auto
|
||||||
|
|
||||||
label
|
label
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
|
|
||||||
#overlay-mode-move-container
|
#overlay-mode-move-container
|
||||||
visibility: hidden
|
visibility: hidden
|
||||||
background-color: lighten($color-background, 5%)
|
background-color: lighten($color-background, 5%)
|
||||||
|
@ -759,6 +759,11 @@ input, input.form-control
|
|||||||
label, label.control-label
|
label, label.control-label
|
||||||
+label-generic
|
+label-generic
|
||||||
|
|
||||||
|
input.fileupload
|
||||||
|
background-color: transparent
|
||||||
|
display: block
|
||||||
|
margin-top: 10px
|
||||||
|
|
||||||
|
|
||||||
/* File Upload forms */
|
/* File Upload forms */
|
||||||
.fieldlist
|
.fieldlist
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
| {% endfor %}
|
| {% endfor %}
|
||||||
|
|
||||||
| {% else %}
|
| {% else %}
|
||||||
label {{ field.name | undertitle }}
|
| {{ field.label }}
|
||||||
| {{ field(class='form-control') }}
|
| {{ field(class='form-control') }}
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user