mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-03-07 15:16:40 +08:00
29 lines
482 B
CSS
29 lines
482 B
CSS
/*
|
|
* @Author: printempw
|
|
* @Date: 2016-02-04 16:47:54
|
|
* @Last Modified by: printempw
|
|
* @Last Modified time: 2016-03-19 10:08:26
|
|
*/
|
|
input {
|
|
width: 100%;
|
|
margin: 10px 0 20px;
|
|
}
|
|
input[type=checkbox] {
|
|
width: initial;
|
|
margin: 0;
|
|
margin: 0 5px 0 5px;
|
|
}
|
|
label {
|
|
display: block;
|
|
margin: 6px 0;
|
|
}
|
|
.key {
|
|
vertical-align: middle !important;
|
|
}
|
|
.value > input {
|
|
margin: 0 !important;
|
|
}
|
|
td[class='key'], td[class='value'] {
|
|
border-top: 0 !important;
|
|
}
|