Merge pull request #682 from cshore/pull-request-pppoe-server
[project/luci.git] / themes / luci-theme-bootstrap / htdocs / luci-static / bootstrap / cascade.css
index 9b5ee3a..1adf17c 100644 (file)
@@ -137,6 +137,13 @@ input[type="submit"] {
        -webkit-appearance: button;
 }
 
+button[disabled],
+input[type="button"][disabled],
+input[type="reset"][disabled],
+input[type="submit"][disabled] {
+       opacity: 0.7;
+}
+
 input[type="search"] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
@@ -421,6 +428,10 @@ fieldset legend {
        /* IE6-7 */
 
 }
+form .cbi-tab-descr {
+       line-height: 18px;
+       margin-bottom: 18px;
+}
 
 form .clearfix,
 form .cbi-value {
@@ -1097,6 +1108,19 @@ header .dropdown-menu a.hover,
        margin-bottom: -1px;
 }
 
+.cbi-tabmenu.map {
+       margin: 0;
+}
+
+.cbi-tabmenu.map > li {
+       font-size: 16.5px;
+       font-weight: bold;
+}
+
+.cbi-tabcontainer > fieldset.cbi-section[id] > legend {
+       display: none;
+}
+
 .tabs > li > a,
 .cbi-tabmenu > li > a {
        padding: 0 15px;
@@ -1590,7 +1614,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
        opacity: 0.4;
 }
 
-.alert-message {
+.alert-message, .errorbox {
        position: relative;
        padding: 7px 15px;
        margin-bottom: 18px;
@@ -1768,6 +1792,10 @@ table.cbi-section-table td.cbi-section-table-cell select {
        width: inherit;
 }
 
+table.valign-middle td {
+       vertical-align: middle;
+}
+
 .cbi-value-description { display: inline; }
 
 .cbi-value-description img { vertical-align: middle; }
@@ -1838,6 +1866,13 @@ table.cbi-section-table td.cbi-section-table-cell select {
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
+       cursor: default;
+}
+
+.ifacebadge img {
+       width: 16px;
+       height: 16px;
+       vertical-align: middle;
 }
 
 .ifacebadge-active {
@@ -1929,9 +1964,9 @@ td.cbi-value-field var {
        float: left;
 }
 
-.uci-change-legend-label>ins,
-.uci-change-legend-label>del,
-.uci-change-legend-label>var {
+.uci-change-legend-label > ins,
+.uci-change-legend-label > del,
+.uci-change-legend-label > var {
        float: left;
        margin-right: 4px;
        width: 10px;