Files
Froxlor/templates/Sparkle/assets/css/main_ie.css
Michael Rosenberger b9e4adc634 Some minor CSS improvements
- Removes unit if value is 0
- Uses shorthand notation where possible

Signed-off-by: Michael Rosenberger <mr@simpelwebservice.de>
2018-11-22 23:38:54 +01:00

15 lines
218 B
CSS

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