style.css
622 Bytes
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
.toplevel_page_ptn-automated-migration label{
float: left;
width: 220px;
font-weight: bold;
}
.toplevel_page_ptn-automated-migration input, .toplevel_page_ptn-automated-migration textarea{
width: 180px;
margin-bottom: 20px;
}
.toplevel_page_ptn-automated-migration textarea{
width: 250px;
height: 150px;
}
.boxes{
width: 1em;
}
#submitbutton{
margin-left: 300px;
margin-top: 5px;
width: 100px;
}
br{
clear: left;
}
#wrapper {
width:100%;
clear:both;
overflow: hidden;
position: relative;
width: 100%;
}
.logo-left {
max-width: 50%;
float: left;
}
.logo-right {
max-width: 50%;
float: right;
}