重构样式表格式

This commit is contained in:
Argo-Lenovo 2017-03-22 13:39:01 +08:00
parent 061de44b67
commit c263feaf7a
1 changed files with 20 additions and 52 deletions

View File

@ -36,7 +36,6 @@
font-size: 17px;
color: #d9534f;
margin-top: -1px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
@ -74,13 +73,13 @@
padding-right: 30px;
}
.btn {
outline: none !important;
.btn:focus, .btn:active:focus {
outline: none;
}
.btn span:last-child {
margin-left: 4px;
}
.btn span:last-child {
margin-left: 4px;
}
.modal-header {
background-color: #f5f5f5;
@ -166,24 +165,20 @@ ul.sidebar-menu {
height: 17px;
width: 17px;
display: inline-block;
background: url(images/nav-expand.png) no-repeat top;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: url(images/nav-expand.png) no-repeat;
background-position: top;
position: absolute;
right: 10px;
top: 15px;
border-radius: 3px;
}
ul.sidebar-menu .active .dcjq-icon {
background: url(images/nav-expand.png) no-repeat bottom;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-position: bottom;
}
ul.sidebar-menu li {
line-height: 20px !important;
line-height: 20px;
margin-bottom: 5px;
margin-left: 10px;
margin-right: 10px;
@ -198,10 +193,6 @@ ul.sidebar-menu {
width: 22px;
}
ul.sidebar-menu li.sub-menu {
line-height: 15px;
}
ul.sidebar-menu li a {
color: #aeb2b7;
text-decoration: none;
@ -209,10 +200,6 @@ ul.sidebar-menu {
padding: 15px 0 15px 10px;
font-size: 12px;
outline: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
@ -221,20 +208,11 @@ ul.sidebar-menu {
color: #fff;
display: block;
border-radius: 4px;
-webkit-border-radius: 4px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li.active a {
color: #FF6C60;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
display: block;
}
@ -248,7 +226,6 @@ ul.sidebar-menu {
ul.sidebar-menu li ul.sub li:last-child {
border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
padding-bottom: 10px;
}
@ -257,17 +234,13 @@ ul.sidebar-menu {
padding: 6px 0;
line-height: 35px;
height: 35px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
color: #aeb2b7;
}
/*Modal Dialog Checkbox*/
.modal-body .checkbox {
padding: 0px;
padding: 0;
margin-top: 0;
}
@ -322,12 +295,12 @@ ul.sidebar-menu {
}
/*cache*/
.panel a.fa-refresh {
.panel .fa-refresh {
font-size: 15px;
}
.bootstrap-select .dropdown-menu {
padding: 0px;
padding: 0;
}
.bootstrap-select .dropdown-menu > li > a {
@ -360,13 +333,11 @@ input[type="datetime"] {
width: 25%;
background: #e5e8ef;
border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
}
.mail-box .sm-side .user-head {
background: #00a8b3;
border-radius: 4px 0px 0px 0;
-webkit-border-radius: 4px 0px 0px 0;
border-radius: 4px 0 0 0;
padding: 10px;
color: #fff;
min-height: 80px;
@ -380,7 +351,6 @@ input[type="datetime"] {
.mail-box .sm-side .user-head .inbox-avatar img {
height: 65px;
border-radius: 4px;
-webkit-border-radius: 4px;
border: 0;
vertical-align: middle;
}
@ -444,7 +414,7 @@ input[type="datetime"] {
background: #d5d7de;
}
.mail-box .sm-side ul.inbox-nav li a span.label {
.mail-box .sm-side ul.inbox-nav li a .label {
margin-top: 13px;
padding: 0.5em 0.8em;
}
@ -456,8 +426,7 @@ input[type="datetime"] {
.mail-box .lg-side {
width: 75%;
background: #fff;
border-radius: 0px 4px 4px 0;
-webkit-border-radius: 0px 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.mail-box .lg-side .inbox-head {
@ -465,7 +434,6 @@ input[type="datetime"] {
background: #41cac0;
color: #fff;
border-radius: 0 4px 0 0;
-webkit-border-radius: 0 4px 0 0;
min-height: 80px;
}
@ -474,13 +442,13 @@ input[type="datetime"] {
margin-bottom: 0;
}
.mail-box .lg-side .table-inbox tr.unread td {
.mail-box .lg-side .table-inbox .unread td {
font-weight: 600;
background: #f7f7f7;
}
.mail-box .lg-side .table-inbox tr td {
padding: 12px !important;
padding: 12px;
}
.mail-box .lg-side .table-inbox tr td .fa-star.inbox-started, .mail-box .lg-side .table-inbox tr td .fa-star:hover {
@ -512,7 +480,7 @@ input[type="datetime"] {
padding-bottom: 15px;
}
.bootstrap-table .table {
border-bottom: none !important;
.bootstrap-table .fixed-table-body .table {
border-bottom: none;
}
/*Bootstrap Table BUG END*/