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

Last change on this file since 13621 was 12986, checked in by Henrik Bettermann, 9 years ago

Remove quite old bug in doImport: Replace empty strings *and* lists with
ignore-markers in update *and* create mode.

File size: 6.4 KB
RevLine 
[11011]1/* Customized Bootstrap styles */
2
[10917]3body {
4    background-color: #f5f5f5;
[10961]5    padding-top: 52px;
[10917]6}
7
[10961]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
[11097]25.navbar-inverse {
26  border-color: #FFFFFF;
27}
28
[11950]29.ikoba-langselect img {
[11021]30    margin-top: -10px;
31    margin-bottom: -10px;
32}
33
[11030]34.breadcrumb , .wfstatus {
[10917]35    background-color: #fff;
[10960]36    margin-bottom: 0px;
37    margin-top: 0px;
38    padding: 2px 15px;
[10917]39}
40
[11032]41.breadcrumb > li {
42    display: inline;
43}
44
45.breadcrumb > li + li:before {
46    content: "/";
47    padding: 0px;
48}
49
[11011]50.well {
51    padding: 0px 5px 20px 5px;
52    margin-bottom: 10px;
53    background-image: None;
54    background-color: #fff;
[11030]55    filter: None;
[11011]56}
57
58.alert {
59  margin-bottom: 10px;
60  margin-top: 10px;
61}
62
[10977]63
[11951]64/* Ikoba styles */
[11011]65
[11950]66.ikoba-sidebar,
67.ikoba-content-narrow,
68.ikoba-content-wide,
69.ikoba-breadcrumbs-box-short,
70.ikoba-breadcrumbs-box-long,
[12170]71.ikoba-customer-status-box {
[10960]72    padding: 0px 5px 0px 5px;
73}
74
[11011]75.workflow {
[11030]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;
[10917]83}
84
[11950]85.ikoba-breadcrumbs-box-short .well,
86.ikoba-breadcrumbs-box-long .well,
[12170]87.ikoba-customer-status-box .well {
[10970]88    padding: 5px 5px 5px 5px;
89}
90
[11950]91.ikoba-content-wide .well, .ikoba-content-narrow .well {
[10999]92    padding: 10px 20px 10px 20px;
[10917]93}
94
[11950]95.ikoba-content-desc {
[10994]96    color: #BFBFBF;
97    font-size: 18px;
98}
99
[12033]100.wfstatus, .wfstatus-sub {
[11033]101    text-align: center;
102    background-color: #909090;
103    color: white;
104}
105
[12170]106.ikoba-customer-status-box .well {
[11033]107    background-color: #909090;
108}
109
[11102]110.separator {
[11107]111    font-size: 16px;
112    color: #404040;
113    font-weight: bold;
114    line-height: 36px;
[11102]115}
116
[10971]117/* Sidebar */
118
[11950]119.ikoba-sidebar-title {
[10917]120    text-transform: none;
121    font-size: 14px;
122    color: #555;
[10963]123    font-weight: bold;
[10960]124    padding: 15px 0px 10px 8px;
[10917]125}
[10957]126
[10963]127.sidebar-nav .nav  > li > a {
[10969]128    padding: 3px 15px;
[10963]129}
130
[10971]131/* Buttons */
132
[11558]133input.btn {
[11719]134    padding: 6px 12px;
[11558]135    margin-right: 4px;
[10971]136}
137
[11558]138input.btn-sm {
139  padding: 5px 10px;
140}
141
[11559]142input.btn-xs {
143  padding: 1px 10px;
144}
145
[11005]146.table-condensed .btn {
147    margin: 0px;
148    font-size: 12px;
149}
150
151
[10971]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;
[11003]164    display: inline-block;
[10971]165}
166
[12986]167/* Ikoba forms */
[10957]168
[10992]169.form-table {
170    width: 100%;
171}
172
[10999]173.form-table td {
[10992]174    padding: 5px 0px 5px 4px;
175    border-top: none;
176}
177
[11551]178.value select, .phone-input, .ac-input,
[11053]179.textType, textarea,
180.dataTables_filter input,
[11118]181.dataTables_length select,
[11053]182.ordered-selection-field select {
[10957]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;
[11011]190    margin: 0px 4px 0px 0px;
[11431]191    width: 100%;
[10957]192}
193
[11431]194.dataTables_length select {
195    width: 90px;
196}
197
[11551]198.value select:focus, .phone-input:focus, .ac-input:focus,
[11055]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
[12771]208.half {
[11026]209    width: 50%;
210}
211
[12804]212.third {
213    width: 33%;
214}
215
216.quarter {
217    width: 25%;
218}
219
[12771]220.value select {
221    width: 100%;
222}
223
[11003]224textarea {
225    font-family: Courier,"Courier New",monospace;
226}
227
[10992]228.fieldname {
229    width: 25%;
230}
231
[10999]232.form-table td {
233    vertical-align: bottom;
234}
235
[12313]236.form-table td.swcheckbox {
237  vertical-align: bottom;
238}
239
[10999]240.form-table td.fieldname {
241    vertical-align: top;
242}
243
[10989]244.form-inline select {
245    width: 100%;
246}
247
[10957]248.phone-input {
[12804]249    width: 33%;
[10957]250}
251
[11551]252.ac-series {
253    width: 50px;
254}
255
256.ac-number {
257    width: 110px;
258}
259
[10957]260.hint {
261    padding: 0px 0px 5px 0px;
262    color: #bfbfbf;
[10973]263}
264
[10985]265.error {
[10987]266    color: red;
[10985]267}
[10973]268
[11019]269.datepicker-le-year {
270    width: 50%;
271}
272
[11730]273.datepicker-short {
274    width: 15%;
275}
276
[11020]277.ui-widget-header .ui-icon {
278    background-image: url("../img/ui-icons_222222_256x240.png");
279}
280
281
[10987]282 /* dataTables stuff */
283
284.dataTables_wrapper {
285    min-height: 50px;
286    margin-bottom: 50px;
287}
288
289.dataTables_filter input {
290    width: 60%;
291}
292
[12408]293
[10989]294.sorting { background: url('../img/sort_both.png') no-repeat center right; }
295.sorting_asc { background: url('../img/sort_asc.png') no-repeat center right; }
296.sorting_desc { background: url('../img/sort_desc.png') no-repeat center right; }
297
298.sorting_asc_disabled { background: url('../img/sort_asc_disabled.png') no-repeat center right; }
299.sorting_desc_disabled { background: url('../img/sort_desc_disabled.png') no-repeat center right; }
300
301.paginate_enabled_previous { background: url('../img/back_enabled.png') no-repeat top left; }
302.paginate_enabled_previous:hover { background: url('../img/back_enabled_hover.png') no-repeat top left; }
303.paginate_disabled_previous { background: url('../img/back_disabled.png') no-repeat top left; }
304
305.paginate_enabled_next { background: url('../img/forward_enabled.png') no-repeat top right; }
306.paginate_enabled_next:hover { background: url('../img/forward_enabled_hover.png') no-repeat top right; }
[10992]307.paginate_disabled_next { background: url('../img/forward_disabled.png') no-repeat top right; }
[10989]308
[11464]309/* Scroll icons */
310
311#toTop-right {
312        display:none;
313        text-decoration:none;
314        position:fixed;
315        bottom:-4px;
316        right:-4px;
317        outline:none;
318}
319
320.scroll-up {
321  background: url("../img/scroll_up.png") no-repeat scroll left top rgba(0, 0, 0, 0);
322  padding: 25px;
323}
324
325#toBottom-right {
326        display:none;
327        text-decoration:none;
328        position:fixed;
329        top:47px;
330        right:-4px;
331        outline:none;
332}
333
334.scroll-down {
335  background: url("../img/scroll_down.png") no-repeat scroll left top rgba(0, 0, 0, 0);
336  padding: 25px;
337}
338
[12435]339 /* docutils stuff */
340
341.section h1 {
342    font-size: 30px}
343
344.section h2 {
345    font-size: 24px}
346
347.section h3 {
348    font-size: 18px}
349
350.section h4 {
351    font-size: 14px}
352
[10973]353/* Smartphone styles */
354
355@media (max-width: 767px) {
356
[11950]357  .ikoba-sidebar,
358  .ikoba-content-narrow ,
359  .ikoba-breadcrumbs-box-short,
360  .ikoba-breadcrumbs-box-long,
[12170]361  .ikoba-customer-status-box {
[10973]362      padding: 0px 0px 0px 0px;
363  }
364
[11950]365  .ikoba-content-wide {
[10973]366      padding: 0px 0px 0px 0px;
367  }
368
[11032]369  .value select, .half {
370      width: 100%;
371  }
[11031]372
[10957]373}
Note: See TracBrowser for help on using the repository browser.