-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrdm_addons.css
More file actions
47 lines (42 loc) · 1 KB
/
rdm_addons.css
File metadata and controls
47 lines (42 loc) · 1 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
#addonSettings .is_allowed {
/*vertical-align: middle;*/
width: 30px;
}
#addonSettings .is_forced {
/*vertical-align: middle;*/
text-align: right;
width: 120px;
}
#addonSettings .table tr td {
border-top: 1px solid #eee;
}
#addonSettings .table tr:first-child td {
border-top: none;
}
#addonSettings .panel-body {
padding-top: 5px;
padding-bottom: 5px;
}
#addonSettings .user-settings-addon-auth {
font-size: 13.5px;
border-bottom: 2px solid #ddd;
}
#addonSettings a {
cursor: pointer;
}
#addonSettings .management-project-form .management-project-input {
margin-bottom: 4px;
}
#addonSettings .management-project-form .management-project-save {
margin-bottom: 2px;
}
#addonSettings .organizational-project-form .organizational-project-input {
margin-bottom: 4px;
}
#addonSettings .organizational-project-form .organizational-project-save {
margin-bottom: 2px;
}
/* admin notes */
#addonSettings .admin-notes-form .admin-notes-input {
margin-bottom: 4px;
}