* luci/themes: <tt> is deprecated, replace with <pre> in error500 template, add css...
[project/luci.git] / themes / openwrt.org / htdocs / luci-static / openwrt.org / cascade.css
index 8e6eba0..78cb954 100644 (file)
@@ -258,6 +258,7 @@ td input[type=password] {
 
 input.cbi-button {
        padding-left: 17px;
+       padding-right: 1px;
 }
 
 input.cbi-button-add {
@@ -283,6 +284,7 @@ input.cbi-button-apply {
 div.cbi-section-remove input {
        background: transparent url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
        padding-left: 17px;
+       padding-right: 1px;
        border-bottom: none;
 }
 
@@ -393,6 +395,10 @@ div.cbi-section-remove {
        padding-bottom: 0;
 }
 
+.cbi-section-node div.cbi-section-table-row {
+       margin: 0.25em;
+}
+
 table.cbi-section-table {
        width: 100%;
        font-size: 95%;
@@ -413,6 +419,12 @@ td.cbi-section-table-optionals {
        padding-top: 1em;
 }
 
+div.cbi-error {
+       font-size: 95%;
+       font-weight: bold;
+       color: #FF0000;
+}
+
 .right {
        text-align: right;
 }
@@ -434,6 +446,13 @@ td.cbi-section-table-optionals {
        display: inline;
 }
 
+.error500 {
+       white-space: normal;
+       border: 1px dotted #FF0000;
+       background-color: #FFFFFF;
+       padding: 0.5em;
+}
+
 #memorybar {
        width:200px;
        height:8px;