改进 timepicker 样式

This commit is contained in:
fen
2014-01-08 00:00:16 +08:00
parent 851eb6b57d
commit c447a3087e
4 changed files with 83 additions and 81 deletions
+1
View File
@@ -43,6 +43,7 @@
.btn-xs {
padding: 0 10px;
height: 25px;
font-size: 13px;
}
.btn-s { height: 28px; }
.btn-l {
+7 -3
View File
@@ -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; }
-4
View File
@@ -727,10 +727,6 @@ a.operate-reply {
resize: none;
}
#advance-panel-btn {
font-size: .92857em;
}
#advance-panel {
display: none;
}