Files
Froxlor/templates/Sparkle/assets/css/main_ie.css
Roman Schmerold (BNoiZe) c69a05efa5 Redesigned tables to use less CSS
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
2014-01-27 19:57:03 +01:00

15 lines
220 B
CSS

@charset "UTF-8";
/* input elements */
input {
padding: 4px 4px 0px 24px;
}
input[type="submit"],input[class="nobutton"],input[type="reset"] {
padding-left: 24px;
}
table thead th {
border-right: 1px solid #333;
}