projects
/
mixstore.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
fix lists in readme
[mixstore.git]
/
web
/
mixstore
/
css
/
form.css
Commit
Line
Data
929ca066
BA
1
form {
2
margin-top: 25px;
3
}
4
5
div#afterform {
6
margin-top: 20px;
7
}
8
9
select {
10
margin-top: 9px;
11
}
12
13
input[type="checkbox"] {
14
margin-top: 13px;
15
}
16
17
input[type="file"] {
18
margin-top: 5px;
19
/*height: 48px; doesn't work well - TOFIX */
20
}