This commit is contained in:
Yan
2017-10-03 18:44:27 +06:30
parent c28751a8e0
commit add2c26722
6 changed files with 50 additions and 16 deletions

View File

@@ -2363,7 +2363,7 @@
/* General ===================================== */
body {
background-color: #e9e9e9;
/*background-color: #e9e9e9;*/
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
@@ -5156,7 +5156,7 @@ fieldset[disabled] .form-control {
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
background-color: transparent;
/*background-color: transparent;*/
font-size: 13px;
margin-bottom: 10px; }
.breadcrumb li a {

View File

@@ -75,3 +75,19 @@ section.content {
margin-bottom: 20px;
}
.checkbox label, label.checkbox-inline {
padding-left: 0;
}
.checkbox label input[type=checkbox], label.checkbox-inline input[type=checkbox] {
position: relative;
left: 0;
z-index: -1;
width: 13px;
height: 13px;
margin: 5px 5px 0 0;
overflow: hidden;
pointer-events: none;
opacity: 1;
}