abbr[title], acronym[title] {
border-bottom: 1px dotted;
+ font-weight: inherit;
cursor: help;
}
.cbi-page-actions > form {
display: inline;
+ margin: 0;
}
.help-inline, .help-block {
text-align: left;
}
-.table .th {
+.table .tr:first-child .th {
padding-top: 9px;
font-weight: bold;
- vertical-align: middle;
+ vertical-align: top;
}
-.table .td, .table .tbody .th {
+.table .td, .table .th {
border-top: 1px solid #ddd;
}
color: #c44;
}
-.cbi-page-actions .cbi-button-link,
-.cbi-page-actions form[method="get"]:first-child {
+.cbi-page-actions::after {
+ display: table;
+ content: "";
+ clear: both;
+}
+
+.cbi-page-actions > :not([method="post"]):not(.cbi-button-apply):not(.cbi-button-save):not(.cbi-button-reset) {
float: left;
+ margin-right: .4em;
}
.btn.primary,
cursor: pointer;
}
-form.inline { display: inline }
+form.inline { display: inline; margin-bottom: 0; }
header .pull-right { padding-top: 8px; }
#syslog { width: 100%; }
-.cbi-section-table tbody tr:nth-child(odd) td, .cbi-section-table tbody tr:nth-child(odd) th {
- background-color: #f9f9f9;
-}
-
-.cbi-section-table tbody tr:hover td, .cbi-section-table tbody tr:hover th {
+.cbi-section-table .tr:hover .td,
+.cbi-section-table .tr:hover .th,
+.cbi-section-table .tr:hover::before {
background-color: #f5f5f5;
}
-.cbi-section-table tr.cbi-section-table-descr th {
+.cbi-section-table .tr.cbi-section-table-descr .th {
font-weight: normal;
}
vertical-align: middle;
}
+.cbi-section-table-titles.named::before,
+.cbi-section-table-descr.named::before,
.cbi-section-table-row[data-title]::before {
border-top: 1px solid #ddd;
}
vertical-align: middle;
}
-.cbi-rowstyle-2 {
+.cbi-rowstyle-2,
+.tr.table-titles,
+.tr.cbi-section-table-titles {
background: #f9f9f9;
}