Compact form less adjustments
This commit is contained in:
@@ -107,11 +107,19 @@ h5{
|
||||
}
|
||||
|
||||
/*COMPACT MODE */
|
||||
.compact .umb-pane{margin: 0px 0px 15px 0px;}
|
||||
.compact .umb-control-group {
|
||||
border-bottom: 1px solid @grayLighter;
|
||||
padding-bottom: 15px;
|
||||
margin-bottom: 10px !important;
|
||||
padding-bottom: 10px;
|
||||
margin-bottom: 5px !important;
|
||||
}
|
||||
.compact label.control-label {
|
||||
padding-top: 0px !important;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.compact .controls-row{padding-top: 0px }
|
||||
|
||||
.umb-pane > .umb-control-group:last-child {
|
||||
border: none;
|
||||
padding-bottom: 0 !important;
|
||||
|
||||
@@ -53,13 +53,14 @@ data-file-upload="options" data-file-upload-progress="" data-ng-class="{'fileupl
|
||||
ng-hide="active() == 0"></div>
|
||||
|
||||
<umb-photo-folder
|
||||
min-height="220"
|
||||
min-width="220"
|
||||
min-height="150"
|
||||
min-width="150"
|
||||
on-click="clickHandler"
|
||||
ng-model="images"
|
||||
filter-by="searchTerm"/>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="umb-panel-footer" >
|
||||
<div class="umb-el-wrap umb-panel-buttons">
|
||||
<div class="btn-toolbar umb-btn-toolbar pull-right">
|
||||
|
||||
Reference in New Issue
Block a user