-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayout.css
More file actions
85 lines (72 loc) · 1.03 KB
/
layout.css
File metadata and controls
85 lines (72 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
.body {
display: block;
margin: 0 auto;
width: 576px;
}
.formLayout
{
background-color: #f3f3f3;
border: solid 1px #a1a1a1;
padding: 10px;
width: 500px;
}
.formLayout label, .formLayout input
{
display: block;
width: 200px;
float: left;
margin-bottom: 10px;
}
.formLayout label
{
text-align: right;
padding-right: 20px;
}
br
{
clear: left;
}
ul {
margin: 0 auto;
width: 459px;
}
li {
width: 439px;
height: 27px;
background: #efefef;
border: 1px solid #dedede;
padding: 2px;
margin-top: 3px;
font-size: 1.3em;
color: #3a3a3a;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding-top: 10px;
margin-bottom: 20px;
}
.boxes{
width: 1em;
}
#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}
br{
clear: left;
}
#submit {
width: 127px;
height: 38px;
border: 1px solid #000000;
margin-top: 20px;
cursor: pointer;
margin: 0 auto;
margin-left: 157px;
margin-bottom: 20px;
}
#submit:hover {
opacity: 0.9;
border: 3px solid #000000;
}