-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
49 lines (40 loc) · 1.42 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
#page-blocks-helpdesk-index div.region-content form {
text-align: center;
}
#page-blocks-helpdesk-index div.region-content form input.searchbutton {
margin-top: 10px;
}
#page-blocks-helpdesk-index div.region-content div.box,
#page-blocks-helpdesk-participants div.region-content div.box,
#page-blocks-helpdesk div.region-content div.box,
#page-blocks-helpdesk-index div.region-content div.helpdesk_searchform,
#page-blocks-helpdesk div.region-content div.helpdesk_searchform {
width: 80%;
margin: 0 auto 30px auto;
}
#page-blocks-helpdesk-index div.region-content div.box table, #page-blocks-helpdesk div.region-content div.box table,
#page-blocks-helpdesk-participants div.region-content div.box table, #page-blocks-helpdesk div.region-content div.box table {
width: 100%;
}
#page-blocks-helpdesk div.region-content div.rolesform select {
position: absolute;
margin-top: -3.8em;
}
#page-blocks-helpdesk div.helpdesk_searchform select.select.menuroleid {
margin-top: -1.3em;
margin-left: 5.5em;
}
#page-blocks-helpdesk div.groupselector {
margin: 5px auto;
width: 80%;
}
#page-blocks-helpdesk div.region-content table .c0 {
width: 50px;
text-align: center;
}
#page-blocks-helpdesk-index input.inputbox {
width: 40em;
}
#page-blocks-helpdesk-index div.region-content table th, #page-blocks-helpdesk div.region-content table th {
background: transparent url([[pix:theme|navbar]]) 0 -150px repeat-x;
}