Newer
Older
.module-docheader-bar-column-right {
/*margin: 12px;*/
}
.btn-save-backend {
margin-top: 10px;
}
/*removed because it obstructed the dochead if needed can be put back but then dochead has margin in buttonbar*/
/*.btn-sm {*/
/* margin-left: 5px;*/
/*}*/
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
.editor-description {
padding: 10px;
}
.email-input {
padding: 5px 6px;
vertical-align: top;
width: 300px;
}
.f3-widget-paginator {
display: inline-block;
border-radius: 4px;
margin: 20px 0;
padding-left: 0;
background-color: red;
}
.f3-widget-paginator > li {
display: inline;
}
.f3-widget-paginator > li > a,
.f3-widget-paginator > li.current {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
text-decoration: none;
border: 1px solid #DDD;
background-color: #FFF;
color: #FF8700;
}
.f3-widget-paginator > li.current,
.f3-widget-paginator > li > a:hover,
.f3-widget-paginator > li > a:focus {
text-decoration: underline;
background-color: #EEE;
}
.f3-widget-paginator > li:first-child > a,
.f3-widget-paginator > li.current:first-child {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.f3-widget-paginator > li:last-child > a,
.f3-widget-paginator > li.current:last-child {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.template-col:nth-of-type(even) {
/*background-color: #DCDCDC;*/
/*background-clip: content-box;*/
}
.template-col:nth-of-type(odd) {
/*background-color: #AAA;*/
/*background-clip: content-box;*/
}
.recordlist hr {
margin: 5px 0;
border-top: 1px solid #EAEAEA;
}
.recordlist-mail-unsent {
background-color: #CCC !important;
}
.filter-btn {
width: auto;
min-width: 100px;
margin-right: 10px;
}
.language-selector {
display: inline-block;
margin-left: 9px;
}
.markers-card {
border: none;
margin-bottom: 0;
box-shadow: none;
}
a.accordion-header-toggle .fa-caret-down {
display: none;
}
a.accordion-header-toggle.collapsed .fa-caret-down {
display: inline-block;
}
a.accordion-header-toggle.collapsed .fa-caret-up {
display: none;
}
.form-actions {
margin-bottom: 5px;
clear: both;
}