* change for todo batch create page.

This commit is contained in:
wangyidong
2018-03-02 10:57:26 +08:00
parent 2441218615
commit 003db1f422
14 changed files with 210 additions and 94 deletions
+10 -7
View File
@@ -1,7 +1,10 @@
#datepicker {position: relative; top: -6px; margin-left: 10px;}
.input-group > .form-control:first-child {border-right: 0}
.body-modal .outer > form, .body-modal .outer > .container > form {margin: 0;padding: 0 20px 20px;}
.body-modal #titlebar {margin: 0 -20px 20px}
.body-modal #titlebar + .table-form {border: 1px solid #ddd}
#titlebar input#date{background:#F8FAFE;box-shadow:none}
#todoBatchAddHeader {padding-bottom: 12px;}
#todoBatchAddHeader .input-group {width: 220px; position: relative; top: -3px; left: 15px;}
#todoBatchAddForm .col-id {width: 50px; text-align: center; color: #838A9D}
#todoBatchAddForm .col-type {width: 120px;}
#todoBatchAddForm .col-pri {width: 90px;}
#todoBatchAddForm .col-date {width: 230px;}
#todoBatchAddForm .chosen-container-single .chosen-single {border-radius: 0;}
#todoBatchAddForm .control-time-begin + .chosen-container-single .chosen-single {border-radius: 2px 0 0 2px; border-right-width: 0; padding-right: 1px;}
#todoBatchAddForm .control-time-begin + .chosen-container-active .chosen-single {border-right-width: 1px; padding-right: 0;}
#todoBatchAddHeader [name="date"]:disabled {color: #ccc; text-decoration: line-through;}