forked from phase2/oa_core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
oa_core.css
53 lines (43 loc) · 976 Bytes
/
oa_core.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
.pane-oa-core-members-widget .tab-content {
overflow: visible;
}
.pane-oa-core-members-widget .form-item-group-name {
float: left;
margin: 0 10px 0 0;
}
.widget-preview iframe {
max-width: 100%;
}
.oa_pending_count {
display: inline-block;
background-color: green;
color: white;
padding: 0 5px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.chzn-container,
.chzn-container input[type="text"] {
min-width: 120px;
}
.field-widget-og-complex .chzn-container {
min-width: 100%;
}
.ctools-modal-content form > div > .form-item {
border-bottom: 1px solid #DDD;
padding-left: 10px;
padding-bottom: 6px;
}
.ctools-modal-content form > div > .form-item > label {
font-weight: bold;
}
#modal-content .general-settings-fieldset label.option {
float: none;
}
#modal-content .panels-section-column {
overflow: hidden;
}
#modal-content .panels-section-column fieldset legend {
max-width: 100%;
}