重构样式表格式

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