projects
/
qomet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Attempt to resurrect qomet code - need some rewrite
[qomet.git]
/
public
/
stylesheets
/
login.css
1
#form
{
2
margin-top
:
30px
;
3
padding
:
10px 20px 20px 20px
;
4
}
5
6
#submit
{
7
margin
:
10px 0 15px 0
;
8
}
9
10
#toggle
{
11
color
:
darkblue
;
12
cursor
:
pointer
;
13
}
14
15
#toggle
span
:
not
(:
last-child
) {
16
margin-right
:
30px
;
17
}
18
19
#dialog
{
20
margin-top
:
20px
;
21
padding
:
20px
;
22
}