first commit after reset
[mixstore.git] / web / mixstore / css / form.css
CommitLineData
929ca066
BA
1form {
2 margin-top: 25px;
3}
4
5div#afterform {
6 margin-top: 20px;
7}
8
9select {
10 margin-top: 9px;
11}
12
13input[type="checkbox"] {
14 margin-top: 13px;
15}
16
17input[type="file"] {
18 margin-top: 5px;
19 /*height: 48px; doesn't work well - TOFIX */
20}