69 lines
1.3 KiB
CSS
69 lines
1.3 KiB
CSS
/*
|
|
* @Author: printempw
|
|
* @Date: 2016-02-04 16:47:54
|
|
* @Last Modified by: printempw
|
|
* @Last Modified time: 2016-04-03 13:29:12
|
|
*/
|
|
|
|
body, .ply-layer {
|
|
font-family: Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif;
|
|
}
|
|
.main-header .logo .logo-lg {
|
|
font-family: Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif;
|
|
}
|
|
input {
|
|
width: 100%;
|
|
}
|
|
input[type=checkbox] {
|
|
width: initial;
|
|
margin: 0;
|
|
margin: 0 5px 0 5px;
|
|
}
|
|
label {
|
|
display: block;
|
|
margin: 6px 0;
|
|
}
|
|
.key {
|
|
vertical-align: middle !important;
|
|
}
|
|
.value {
|
|
width: 70%;
|
|
}
|
|
.value > input {
|
|
margin: 0 !important;
|
|
}
|
|
td[class='key'], td[class='value'] {
|
|
border-top: 0 !important;
|
|
}
|
|
.info-box > a {
|
|
color: #333;
|
|
font-size: 18px;
|
|
}
|
|
.pager>.active>a,
|
|
.pager>.active>a:focus,
|
|
.pager>.active>a:hover {
|
|
z-index: 3;
|
|
color: #fff;
|
|
cursor: default;
|
|
background-color: #337ab7;
|
|
border-color: #337ab7;
|
|
}
|
|
.pager > select {
|
|
display: inline-block;
|
|
padding: 6px 14px;
|
|
color: #3c8dbc;
|
|
background-color: #fff;
|
|
border: 1px solid #ddd;
|
|
border-radius: 15px;
|
|
outline: none;
|
|
}
|
|
.user-search-form {
|
|
display: inline;
|
|
}
|
|
.user-search-input {
|
|
display: inline;
|
|
width: 30%;
|
|
float: right;
|
|
margin: 0;
|
|
}
|