改进 timepicker 样式
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
.btn-xs {
|
||||
padding: 0 10px;
|
||||
height: 25px;
|
||||
font-size: 13px;
|
||||
}
|
||||
.btn-s { height: 28px; }
|
||||
.btn-l {
|
||||
|
||||
@@ -71,10 +71,14 @@
|
||||
padding-top: 10px;
|
||||
border-top: 1px solid #EEE;
|
||||
}
|
||||
#ui-datepicker-div button { height: 28px; }
|
||||
#ui-datepicker-div .ui-datepicker-current {
|
||||
#ui-datepicker-div .ui-datepicker-current,
|
||||
#ui-datepicker-div .ui-datepicker-close {
|
||||
float: left;
|
||||
@extend .btn;
|
||||
@extend .btn-xs;
|
||||
}
|
||||
#ui-datepicker-div .ui-datepicker-close {
|
||||
float: right;
|
||||
}
|
||||
#ui-datepicker-div .ui-datepicker-close { float: right; }
|
||||
|
||||
.ui-effects-transfer { border: 2px dotted #ccc; }
|
||||
@@ -727,10 +727,6 @@ a.operate-reply {
|
||||
resize: none;
|
||||
}
|
||||
|
||||
#advance-panel-btn {
|
||||
font-size: .92857em;
|
||||
}
|
||||
|
||||
#advance-panel {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user