forked from lsuits/lsu-block_quickmail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
68 lines (55 loc) · 1.33 KB
/
styles.css
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
#page-block-quickmail-admin_email div.region-content table.generaltable {
margin: 0 auto 30px auto;
width: 70%;
}
#page-block-quickmail div.region-content select.select,
#page-block-quickmail div.region-content table.generaltable,
#page-block-quickmail div.region-content div.generalbox {
margin-left: 20px;
margin-right: 20px;
}
#page-block-quickmail select[multiple] {
min-width: 250px;
max-width: 250px;
}
#page-block-quickmail .mform {
}
#page-block-quickmail .emailtable {
background-color: inherit;
}
#page-block-quickmail .emailtable .r1 .c0,
.emailtable .r1 .c2 {
width: 275px;
}
#page-block-quickmail .object_labels {
margin-right: 20px;
font-weight: bold;
}
#page-block-quickmail .emailtable .cell {
border: none;
}
#page-block-quickmail .emailtable .r0 .cell {
padding: .5em .5em .3em .5em;
}
#page-block-quickmail .emailtable .r1 .c1 {
text-align: center;
vertical-align: middle;
}
#page-block-quickmail .emailtable .r1 .c2 div {
padding: 2px 0;
}
#page-block-quickmail .emailtable .r1 .c2, .emailtable .r0 .c1 {
text-align: right;
}
#page-block-quickmail .mform fieldset.hidden > div {
clear:both;
float:none;
position:center;
overflow:hidden;
width:100%;
text-align:left;
margin:auto;
}
#page-block-quickmail .mform input#id_subject {
width: 75%;
}