projects
/
adhocweb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update strophejs version
[adhocweb.git]
/
style.css
1
label {
2
margin-right: 0.5em
3
}
4
5
input, textarea, select {
6
margin: 0.25em;
7
margin-left: 1em
8
}
9
10
body {
11
padding: 1em;
12
background: #f29b00;
13
color: #000000
14
}
15
16
a {
17
color: #0000FF
18
}
19
20
#log_container {
21
display: none
22
}
23
24
#query {
25
display: none
26
}
27
28
#login{
29
float: left;
30
margin-right: 2em;
31
padding: 1em;
32
background: #6197DF;
33
color: #000000
34
}
35
36
#cred input[type="submit"] {
37
margin-left: 0em
38
}
39
40
#main {
41
float: left
42
}
43
44
#log_container {
45
clear: both
46
}