This commit is contained in:
yuri
2016-12-07 15:48:35 +02:00
parent 89bc329ea6
commit c4e617f18e
2 changed files with 11 additions and 0 deletions
+9
View File
@@ -488,6 +488,15 @@ select[multiple].input-sm {
}
}
.table.less-padding > thead > tr > th,
.table.less-padding > tbody >tr > th,
.table.less-padding > tfoot >tr > th,
.table.less-padding > thead >tr > td,
.table.less-padding > tbody >tr > td,
.table.less-padding > tfoot >tr > td {
padding: @table-cell-padding @table-cell-padding/2 @table-cell-padding @table-cell-padding/2;
}
.panel > .panel-body > .list-container > .list > .list-group {
.list-group-item {
border-width: 0;
+2
View File
@@ -29,6 +29,8 @@
.clearfix();
}
@table-cell-padding: 8px;
@button-radius: 0px;
@modal-title-padding: 10px;