themes/openwrt.org: display a warning if no root password is set
[project/luci.git] / themes / openwrt.org / htdocs / luci-static / openwrt.org / cascade.css
index 07e53b8..c78c254 100644 (file)
@@ -548,6 +548,14 @@ div.cbi-section-remove input {
        padding-right: 1px;
 }
 
+.cbi-input-invalid {
+       background-image: url('../resources/cbi/reset.gif');
+       background-repeat: no-repeat;
+       background-position: right;
+       color: #FF0000 !important;
+       border-color: #FF0000;
+}
+
 div.cbi-section-remove input {
        border-bottom: none;
 }
@@ -616,7 +624,7 @@ table.cbi-section-table .cbi-rowstyle-1 * {
 div.cbi-value {
        clear: left;
        vertical-align: middle;
-       padding-left: 0.25em;
+       padding: 0.25em;
        border-bottom: 1px dotted #bbbbbb;
 }
 
@@ -822,6 +830,13 @@ div.cbi-tab-descr {
        padding: 0.5em;
 }
 
+.errorbox {
+       border: 1px solid #FF0000;
+       background-color: #FFCCCC;
+       padding: 5px;
+       margin-bottom: 5px;
+}
+
 #memorybar {
        width: 200px;
        height: 8px;