source: main/waeup.ikoba/trunk/layout/static/css/base.css @ 12801

Last change on this file since 12801 was 12771, checked in by Henrik Bettermann, 10 years ago

Enlarge select box.

File size: 6.3 KB
Line 
1/* Customized Bootstrap styles */
2
3body {
4    background-color: #f5f5f5;
5    padding-top: 52px;
6}
7
8.navbar-fixed-top, .navbar {
9    min-height:40px;
10}
11
12.navbar-nav > li > a, .navbar-brand {
13    padding-top:10px;
14    padding-bottom:10px;
15}
16
17.navbar-toggle {
18    padding: 4px 10px;
19}
20
21.navbar-nav.navbar-right:last-child {
22  margin-right: -5px;
23}
24
25.navbar-inverse {
26  border-color: #FFFFFF;
27}
28
29.ikoba-langselect img {
30    margin-top: -10px;
31    margin-bottom: -10px;
32}
33
34.breadcrumb , .wfstatus {
35    background-color: #fff;
36    margin-bottom: 0px;
37    margin-top: 0px;
38    padding: 2px 15px;
39}
40
41.breadcrumb > li {
42    display: inline;
43}
44
45.breadcrumb > li + li:before {
46    content: "/";
47    padding: 0px;
48}
49
50.well {
51    padding: 0px 5px 20px 5px;
52    margin-bottom: 10px;
53    background-image: None;
54    background-color: #fff;
55    filter: None;
56}
57
58.alert {
59  margin-bottom: 10px;
60  margin-top: 10px;
61}
62
63
64/* Ikoba styles */
65
66.ikoba-sidebar,
67.ikoba-content-narrow,
68.ikoba-content-wide,
69.ikoba-breadcrumbs-box-short,
70.ikoba-breadcrumbs-box-long,
71.ikoba-customer-status-box {
72    padding: 0px 5px 0px 5px;
73}
74
75.workflow {
76    border:1px solid #1fdf00;
77    background-color:#bbffb6;
78    font-family: courier;
79    font-size: 100%;
80    padding: 4px;
81    margin-bottom: 8px;
82    line-height: 16px;
83}
84
85.ikoba-breadcrumbs-box-short .well,
86.ikoba-breadcrumbs-box-long .well,
87.ikoba-customer-status-box .well {
88    padding: 5px 5px 5px 5px;
89}
90
91.ikoba-content-wide .well, .ikoba-content-narrow .well {
92    padding: 10px 20px 10px 20px;
93}
94
95.ikoba-content-desc {
96    color: #BFBFBF;
97    font-size: 18px;
98}
99
100.wfstatus, .wfstatus-sub {
101    text-align: center;
102    background-color: #909090;
103    color: white;
104}
105
106.ikoba-customer-status-box .well {
107    background-color: #909090;
108}
109
110.separator {
111    font-size: 16px;
112    color: #404040;
113    font-weight: bold;
114    line-height: 36px;
115}
116
117/* Sidebar */
118
119.ikoba-sidebar-title {
120    text-transform: none;
121    font-size: 14px;
122    color: #555;
123    font-weight: bold;
124    padding: 15px 0px 10px 8px;
125}
126
127.sidebar-nav .nav  > li > a {
128    padding: 3px 15px;
129}
130
131/* Buttons */
132
133input.btn {
134    padding: 6px 12px;
135    margin-right: 4px;
136}
137
138input.btn-sm {
139  padding: 5px 10px;
140}
141
142input.btn-xs {
143  padding: 1px 10px;
144}
145
146.table-condensed .btn {
147    margin: 0px;
148    font-size: 12px;
149}
150
151
152/* Content actionbar */
153
154div.actionbar {
155    margin-top: -6px;
156    margin-left: -10px;
157    margin-bottom: 0px;
158}
159
160.actionbar .btn-default {
161    margin-bottom: 4px;
162    padding: 4px 8px;
163    margin: 0px 0px 4px 0px;
164    display: inline-block;
165}
166
167/* Kofa forms */
168
169.form-table {
170    width: 100%;
171}
172
173.form-table td {
174    padding: 5px 0px 5px 4px;
175    border-top: none;
176}
177
178.value select, .phone-input, .ac-input,
179.textType, textarea,
180.dataTables_filter input,
181.dataTables_length select,
182.ordered-selection-field select {
183    background-color: #FFFFFF;
184    border: 1px solid #CCCCCC;
185    border-radius: 4px;
186    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
187    color: #555555;
188    padding: 6px 12px;
189    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
190    margin: 0px 4px 0px 0px;
191    width: 100%;
192}
193
194.dataTables_length select {
195    width: 90px;
196}
197
198.value select:focus, .phone-input:focus, .ac-input:focus,
199.textType:focus, textarea:focus,
200.dataTables_filter input:focus,
201.ordered-selection-field select:focus {
202  border-color: #66afe9;
203  outline: 0;
204  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
205          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
206}
207
208.half {
209    width: 50%;
210}
211
212.value select {
213    width: 100%;
214}
215
216textarea {
217    font-family: Courier,"Courier New",monospace;
218}
219
220.fieldname {
221    width: 25%;
222}
223
224.form-table td {
225    vertical-align: bottom;
226}
227
228.form-table td.swcheckbox {
229  vertical-align: bottom;
230}
231
232.form-table td.fieldname {
233    vertical-align: top;
234}
235
236.form-inline select {
237    width: 100%;
238}
239
240.phone-input {
241    width: 30%;
242}
243
244.ac-series {
245    width: 50px;
246}
247
248.ac-number {
249    width: 110px;
250}
251
252.hint {
253    padding: 0px 0px 5px 0px;
254    color: #bfbfbf;
255}
256
257.error {
258    color: red;
259}
260
261.datepicker-le-year {
262    width: 50%;
263}
264
265.datepicker-short {
266    width: 15%;
267}
268
269.ui-widget-header .ui-icon {
270    background-image: url("../img/ui-icons_222222_256x240.png");
271}
272
273
274 /* dataTables stuff */
275
276.dataTables_wrapper {
277    min-height: 50px;
278    margin-bottom: 50px;
279}
280
281.dataTables_filter input {
282    width: 60%;
283}
284
285
286.sorting { background: url('../img/sort_both.png') no-repeat center right; }
287.sorting_asc { background: url('../img/sort_asc.png') no-repeat center right; }
288.sorting_desc { background: url('../img/sort_desc.png') no-repeat center right; }
289
290.sorting_asc_disabled { background: url('../img/sort_asc_disabled.png') no-repeat center right; }
291.sorting_desc_disabled { background: url('../img/sort_desc_disabled.png') no-repeat center right; }
292
293.paginate_enabled_previous { background: url('../img/back_enabled.png') no-repeat top left; }
294.paginate_enabled_previous:hover { background: url('../img/back_enabled_hover.png') no-repeat top left; }
295.paginate_disabled_previous { background: url('../img/back_disabled.png') no-repeat top left; }
296
297.paginate_enabled_next { background: url('../img/forward_enabled.png') no-repeat top right; }
298.paginate_enabled_next:hover { background: url('../img/forward_enabled_hover.png') no-repeat top right; }
299.paginate_disabled_next { background: url('../img/forward_disabled.png') no-repeat top right; }
300
301/* Scroll icons */
302
303#toTop-right {
304        display:none;
305        text-decoration:none;
306        position:fixed;
307        bottom:-4px;
308        right:-4px;
309        outline:none;
310}
311
312.scroll-up {
313  background: url("../img/scroll_up.png") no-repeat scroll left top rgba(0, 0, 0, 0);
314  padding: 25px;
315}
316
317#toBottom-right {
318        display:none;
319        text-decoration:none;
320        position:fixed;
321        top:47px;
322        right:-4px;
323        outline:none;
324}
325
326.scroll-down {
327  background: url("../img/scroll_down.png") no-repeat scroll left top rgba(0, 0, 0, 0);
328  padding: 25px;
329}
330
331 /* docutils stuff */
332
333.section h1 {
334    font-size: 30px}
335
336.section h2 {
337    font-size: 24px}
338
339.section h3 {
340    font-size: 18px}
341
342.section h4 {
343    font-size: 14px}
344
345/* Smartphone styles */
346
347@media (max-width: 767px) {
348
349  .ikoba-sidebar,
350  .ikoba-content-narrow ,
351  .ikoba-breadcrumbs-box-short,
352  .ikoba-breadcrumbs-box-long,
353  .ikoba-customer-status-box {
354      padding: 0px 0px 0px 0px;
355  }
356
357  .ikoba-content-wide {
358      padding: 0px 0px 0px 0px;
359  }
360
361  .value select, .half {
362      width: 100%;
363  }
364
365}
Note: See TracBrowser for help on using the repository browser.