Add a few CSS rules and general tweaks improving the look of legacy markup.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
font-size: 112%;
}
+fieldset { border: none; }
fieldset > legend { float: left; }
fieldset > legend + * { clear: both; }
}
.cbi-section {
- padding: .5em;
+ padding: .5em 0;
margin-top: .5em;
}
height: 14pt;
}
+select[multiple] {
+ height: auto;
+}
+
input[type=radio],
input[type=checkbox],
[data-dynlist] > input + img,
margin: 0 0 .5em 0;
}
+.cbi-section-node > .table.cbi-section-table {
+ border: none;
+ margin: 0;
+}
+
@keyframes flash {
0% { opacity: 1; }
50% { opacity: .5; }
.network-status-table {
display: flex;
flex-wrap: wrap;
+ margin: -.25em;
}
.network-status-table .ifacebox {
- margin: .5em;
+ margin: .25em;
font-size: 90%;
flex-grow: 1;
}