* finish task #2407.

This commit is contained in:
Catouse
2015-11-12 14:12:53 +08:00
parent 6e95c09e6c
commit be5f2c680a
+3 -1
View File
@@ -232,6 +232,7 @@ fieldset > .form-group {margin-bottom: 0;}
.placeholder {color: #999}
/* === Views === */
/* Table form */
.table-form > tbody > tr > th {text-align:right;vertical-align:middle; border-bottom:none}
.table-form > tbody > tr > th.text-left, .table-form > tbody > tr > tr.text-left th {text-align:left;vertical-align:middle; border-bottom:none}
@@ -257,7 +258,8 @@ fieldset > .form-group {margin-bottom: 0;}
/* Table condensed */
.table-condensed th, .table-condensed td {padding: 6px 5px; line-height: 18px}
.input-group > select.form-control {float:left; margin-left: -1px;}
.input-group > select.form-control {float:left; margin-left: -1px;}
.input-group-addon {background-color: #f5f5f5;}
/* chosen container in input group */
.input-group > .chosen-container {display: table-cell;}