blob: 37d77b4f4398957e7c9c647aa6794fd4abedada9 (
plain)
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
|
#header{
padding-left:0px !important;
padding-bottom:24px;
}
.header_left{
max-width: 100%;
}
#mainlogo {
max-width: 90%;
}
#content {
margin-left:0px !important;
}
#maincontent{
font-size:1.2em;
line-height:1.5em;
}
input[type=submit],
.cbi-button,
.cbi-button-reset,
.cbi-button-save{
display:inline !important;
float:none !important;
padding:10px 30px !important;
margin: 10px 10px 10px 0 !important;
}
.cbi-input-text,
.cbi-input-select,
.cbi-input-user,
.cbi-input-password{
display:block !important;
margin: 0 !important;
padding:0 !important;
}
.cbi-value-field{
margin:0 !important;
margin-bottom: 1em !important;
width:100% !important;
}
.cbi-section legend{
white-space:normal !important;
}
.cbi-value-title{
font-weight:bold;
float:none !important;
}
img {
max-width:100%;
}
|