Files
Froxlor/templates/Froxlor/froxlor_ie.css
Michael Kaufmann (d00p) d6b4bd8d36 add new images and templates for re-design
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
2011-02-08 10:30:03 +01:00

19 lines
266 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;
}
.midform input[type="file"] {
width: 90%;
}
table thead th {
border-right: 1px solid #333;
}