projects
/
mixstore.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
fix lists in readme
[mixstore.git]
/
web
/
mixstore
/
css
/
form.css
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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
}