|
|
|
@ -106,9 +106,10 @@ const char AutoConnect::_CSS_UL[] PROGMEM = { |
|
|
|
|
"}" |
|
|
|
|
"ul.noorder>*>label{" |
|
|
|
|
"display:inline-block;" |
|
|
|
|
"width:86px;" |
|
|
|
|
"width:auto;" |
|
|
|
|
"margin-right:10px;" |
|
|
|
|
"text-align:right;" |
|
|
|
|
"padding:10px 0.5em;" |
|
|
|
|
"}" |
|
|
|
|
"ul.noorder>input[type=\"checkbox\"]{" |
|
|
|
|
"-moz-appearance:checkbox;" |
|
|
|
@ -119,6 +120,9 @@ const char AutoConnect::_CSS_UL[] PROGMEM = { |
|
|
|
|
"-moz-appearance:radio;" |
|
|
|
|
"-webkit-appearance:radio;" |
|
|
|
|
"}" |
|
|
|
|
"ul.noorder>input[type=\"text\"]{" |
|
|
|
|
"width:auto;" |
|
|
|
|
"}" |
|
|
|
|
"ul.noorder>input[type=\"text\"]:invalid{" |
|
|
|
|
"background:#fce4d6;" |
|
|
|
|
"}" |
|
|
|
|