Minor styling fixes on the table control

This commit is contained in:
Samuel Georges 2016-05-23 17:32:20 +10:00
parent e3f777b192
commit 7563670c49
2 changed files with 8 additions and 8 deletions

View File

@ -45,9 +45,9 @@
}
.control-table table.headers th {
padding: 7px 10px;
font-size: 13px;
font-weight: normal;
text-transform: uppercase;
font-weight: 600;
font-size: 11px;
color: #333333;
background: white;
border-right: 1px solid #ecf0f1;
@ -139,7 +139,7 @@
}
.control-table .toolbar a.btn {
color: #323e50;
padding: 10px;
padding: 8px 10px;
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-box-shadow: none !important;
@ -219,7 +219,7 @@
display: block;
outline: none;
border: none;
padding: 5px 10px;
padding: 6px 10px 7px;
}
ul.table-widget-autocomplete {
background: white;

View File

@ -57,9 +57,9 @@
th {
padding: 7px 10px;
font-size: 13px;
font-weight: normal;
text-transform: uppercase;
font-weight: 600;
font-size: @font-size-base - 3;
color: #333333;
background: white;
border-right: 1px solid #ecf0f1;
@ -179,7 +179,7 @@
a.btn {
color: #323e50;
padding: 10px;
padding: 8px 10px;
.opacity(0.5);
.box-shadow(none) !important;
text-shadow: none;
@ -279,7 +279,7 @@
display: block;
outline: none;
border: none;
padding: 5px 10px;
padding: 6px 10px 7px;
}
}
}