Minor style tweaks to file form widgets

This commit is contained in:
Pablo Vazquez 2016-11-02 16:15:44 +01:00
parent e69393e95e
commit ae859d3ea7
2 changed files with 18 additions and 8 deletions

View File

@ -57,7 +57,7 @@
color: $mixin-color
border-color: $mixin-color
&:active, &:focus
&:active
outline: none
border-color: $mixin-color
background-color: $mixin-color

View File

@ -775,23 +775,32 @@ label, label.control-label
margin-bottom: 10px
padding: 10px
display: flex
flex-direction: column
align-items: center
+clearfix
.form-group
margin-bottom: 0 !important // override bs
width: 100%
&:not(:first-child)
border-top: thin solid $color-background-dark
padding-top: 10px
input.form-control
background-color: white !important
padding: 0 10px !important
border: thin solid $color-background-dark !important
div[class$="slug"]
width: 50%
float: left
display: flex
align-items: center
label
margin-right: 10px
.fieldlist-action-button
@include button-rounded($color-success, 3px)
margin: 0 0 0 10px
padding: 5px 10px
text-transform: initial
.form-upload-file
width: 100%
margin-bottom: 10px
@ -830,6 +839,7 @@ label, label.control-label
margin: 0 0 10px 0
width: 100%
display: flex
flex-wrap: wrap
li
display: inline-block