diff options
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/custom.scss | 13 | 
1 files changed, 12 insertions, 1 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 6ee7fb3cd..5a237639c 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -41,12 +41,20 @@ label {      display: block;  } +.form-group.no-label{ +    margin-top: 1.7rem; +} +  .form-group li label {      display: inline-block; +    min-height: 1rem; +    margin: 0;  } +  .form-group li .form-control {      width: auto; +    vertical-align: middle;  }  .form-group li input[type="radio"].form-control, @@ -252,8 +260,10 @@ div.dt-buttons{  }  .previous-value{ -    margin: 0.4em 0;      display: block; +    padding: 0.2em 0.4em; +    background-color: $gray-200; +    border: 1px solid $gray-400;  }  /* datatable - end */ @@ -554,6 +564,7 @@ div#foot a:hover {  	border-radius: .25rem;      margin: 0;      list-style: none; +    height: auto;  }  ul.compact{  | 
