1 | body { |
---|
2 | background-color: #f5f5f5; |
---|
3 | padding-top: 52px; |
---|
4 | } |
---|
5 | |
---|
6 | .navbar-fixed-top, .navbar { |
---|
7 | min-height:40px; |
---|
8 | } |
---|
9 | |
---|
10 | .navbar-nav > li > a, .navbar-brand { |
---|
11 | padding-top:10px; |
---|
12 | padding-bottom:10px; |
---|
13 | } |
---|
14 | |
---|
15 | .navbar-toggle { |
---|
16 | padding: 4px 10px; |
---|
17 | } |
---|
18 | |
---|
19 | .navbar-nav.navbar-right:last-child { |
---|
20 | margin-right: -5px; |
---|
21 | } |
---|
22 | |
---|
23 | .breadcrumb { |
---|
24 | background-color: #fff; |
---|
25 | margin-bottom: 0px; |
---|
26 | margin-top: 0px; |
---|
27 | padding: 2px 15px; |
---|
28 | } |
---|
29 | |
---|
30 | .wfstatus { |
---|
31 | float: right; |
---|
32 | } |
---|
33 | |
---|
34 | .kofa-sidebar, |
---|
35 | .kofa-content-narrow , .kofa-breadcrumbs-box { |
---|
36 | padding: 0px 5px 0px 5px; |
---|
37 | } |
---|
38 | |
---|
39 | .kofa-content-wide { |
---|
40 | padding: 5px 15px; |
---|
41 | } |
---|
42 | |
---|
43 | .well { |
---|
44 | padding: 0px 5px 20px 5px; |
---|
45 | margin-bottom: 10px; |
---|
46 | background-image: None; |
---|
47 | background-color: #fff; |
---|
48 | } |
---|
49 | |
---|
50 | .kofa-breadcrumbs-box .well { |
---|
51 | padding: 5px 5px 5px 5px; |
---|
52 | } |
---|
53 | |
---|
54 | .kofa-content-wide .well, .kofa-content-narrow .well { |
---|
55 | padding: 0px 20px 10px 20px; |
---|
56 | } |
---|
57 | |
---|
58 | .kofa-content-desc { |
---|
59 | color: #BFBFBF; |
---|
60 | font-size: 18px; |
---|
61 | } |
---|
62 | |
---|
63 | .alert { |
---|
64 | margin-bottom: 10px; |
---|
65 | margin-top: 10px; |
---|
66 | } |
---|
67 | |
---|
68 | /* Sidebar */ |
---|
69 | |
---|
70 | .kofa-sidebar-title { |
---|
71 | text-transform: none; |
---|
72 | font-size: 14px; |
---|
73 | color: #555; |
---|
74 | font-weight: bold; |
---|
75 | padding: 15px 0px 10px 8px; |
---|
76 | } |
---|
77 | |
---|
78 | .sidebar-nav .nav > li > a { |
---|
79 | padding: 3px 15px; |
---|
80 | } |
---|
81 | |
---|
82 | /* Buttons */ |
---|
83 | |
---|
84 | .btn { |
---|
85 | margin: 4px; |
---|
86 | font-size: 13px; |
---|
87 | } |
---|
88 | |
---|
89 | /* Content actionbar */ |
---|
90 | |
---|
91 | div.actionbar { |
---|
92 | margin-top: -6px; |
---|
93 | margin-left: -10px; |
---|
94 | margin-bottom: 0px; |
---|
95 | } |
---|
96 | |
---|
97 | .actionbar .btn-default { |
---|
98 | margin-bottom: 4px; |
---|
99 | padding: 4px 8px; |
---|
100 | margin: 0px 0px 4px 0px; |
---|
101 | } |
---|
102 | |
---|
103 | /* Kofa forms */ |
---|
104 | |
---|
105 | .form-table { |
---|
106 | width: 100%; |
---|
107 | } |
---|
108 | |
---|
109 | .form-table td, .input-table td { |
---|
110 | padding: 5px 0px 5px 4px; |
---|
111 | border-top: none; |
---|
112 | } |
---|
113 | |
---|
114 | select, .textType, textarea, .dataTables_filter input { |
---|
115 | background-color: #FFFFFF; |
---|
116 | border: 1px solid #CCCCCC; |
---|
117 | border-radius: 4px; |
---|
118 | box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; |
---|
119 | color: #555555; |
---|
120 | padding: 6px 12px; |
---|
121 | transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; |
---|
122 | width: 100%; |
---|
123 | margin: 0px 4px 0px 0px; |
---|
124 | } |
---|
125 | |
---|
126 | .fieldname { |
---|
127 | width: 25%; |
---|
128 | } |
---|
129 | |
---|
130 | select { |
---|
131 | width: 50%; |
---|
132 | } |
---|
133 | |
---|
134 | .ordered-selection-field select { |
---|
135 | width: 100%; |
---|
136 | } |
---|
137 | |
---|
138 | .form-inline select { |
---|
139 | width: 100%; |
---|
140 | } |
---|
141 | |
---|
142 | .phone-input { |
---|
143 | width: 30% |
---|
144 | } |
---|
145 | |
---|
146 | .hint { |
---|
147 | padding: 0px 0px 5px 0px; |
---|
148 | color: #bfbfbf; |
---|
149 | } |
---|
150 | |
---|
151 | .error { |
---|
152 | color: red; |
---|
153 | } |
---|
154 | |
---|
155 | /* dataTables stuff */ |
---|
156 | |
---|
157 | .dataTables_wrapper { |
---|
158 | min-height: 50px; |
---|
159 | margin-bottom: 50px; |
---|
160 | } |
---|
161 | |
---|
162 | .dataTables_length { |
---|
163 | display: none; |
---|
164 | } |
---|
165 | |
---|
166 | .dataTables_filter input { |
---|
167 | width: 60%; |
---|
168 | } |
---|
169 | |
---|
170 | .sorting { background: url('../img/sort_both.png') no-repeat center right; } |
---|
171 | .sorting_asc { background: url('../img/sort_asc.png') no-repeat center right; } |
---|
172 | .sorting_desc { background: url('../img/sort_desc.png') no-repeat center right; } |
---|
173 | |
---|
174 | .sorting_asc_disabled { background: url('../img/sort_asc_disabled.png') no-repeat center right; } |
---|
175 | .sorting_desc_disabled { background: url('../img/sort_desc_disabled.png') no-repeat center right; } |
---|
176 | |
---|
177 | .paginate_enabled_previous { background: url('../img/back_enabled.png') no-repeat top left; } |
---|
178 | .paginate_enabled_previous:hover { background: url('../img/back_enabled_hover.png') no-repeat top left; } |
---|
179 | .paginate_disabled_previous { background: url('../img/back_disabled.png') no-repeat top left; } |
---|
180 | |
---|
181 | .paginate_enabled_next { background: url('../img/forward_enabled.png') no-repeat top right; } |
---|
182 | .paginate_enabled_next:hover { background: url('../img/forward_enabled_hover.png') no-repeat top right; } |
---|
183 | .paginate_disabled_next { background: url('../img/forward_disabled.png') no-repeat top right; } |
---|
184 | |
---|
185 | /* Smartphone styles */ |
---|
186 | |
---|
187 | |
---|
188 | @media (max-width: 767px) { |
---|
189 | |
---|
190 | body { |
---|
191 | padding-top: 40px; |
---|
192 | } |
---|
193 | |
---|
194 | .kofa-sidebar, |
---|
195 | .kofa-content-narrow , .kofa-breadcrumbs-box { |
---|
196 | padding: 0px 0px 0px 0px; |
---|
197 | } |
---|
198 | |
---|
199 | .kofa-content-wide { |
---|
200 | padding: 0px 0px 0px 0px; |
---|
201 | } |
---|
202 | |
---|
203 | } |
---|