projects
/
adhocweb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use readonly <input/>s for type="result" dataforms
[adhocweb.git]
/
style.css
1
label {
2
margin-right: 0.5em
3
}
4
5
input, textarea {
6
margin: 0.25em;
7
margin-left: 1em
8
}
9
10
#log_container {
11
display: none
12
}
13
14
#query {
15
display: none
16
}
17
18
#login{
19
float: left;
20
margin-right: 2em
21
}
22
23
#cred input[type="submit"] {
24
margin-left: 0em
25
}
26
27
#main {
28
float: left
29
}
30
31
#log_container {
32
clear: both
33
}