View | Details | Raw Unified | Return to bug 31991
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-130 / +59 lines)
Lines 196-305 a { Link Here
196
196
197
197
198
aside {
198
aside {
199
    fieldset {
199
    h5 {
200
        @include card;
200
        font-size: 100%;
201
        padding: .9em;
201
        margin: .5em 0;
202
202
    }
203
        button + button,
204
        input + input {
205
            margin-left: 5px;
206
        }
207
203
208
        fieldset.brief {
204
    fieldset {
209
            width: 100%;
205
        &.brief {
206
            padding: .4em .7em;
210
207
211
            legend {
208
            button + button,
212
                color: #696969;
209
            input + input {
213
                font-weight: bold;
210
                margin-left: 5px;
214
                font-size: 13px;
215
                margin: 0;
216
                border-bottom: 0;
217
            }
211
            }
218
212
219
            li {
213
            fieldset {
220
                margin-top: 0;
214
                border-left: 2px solid #CCC;
221
                padding: 0;
215
                border-radius: 0;
216
                margin: .5em 0;
217
                padding: .5em;
222
218
223
                &.radio {
219
                legend {
224
                    padding: 0;
220
                    font-size: 95%;
225
                }
226
227
                label {
228
                    color: #696969;
229
                    font-size: 13px;
230
                    padding: .5em .3em 0 0;
231
                    margin: 0;
221
                    margin: 0;
232
                    font-weight: normal;
233
                }
222
                }
234
223
235
                input, select {
224
                &.action {
236
                    height: calc(1.5em + .75rem + 2px);
225
                    border: 0;
237
                    width: calc(100% - 20px);
226
                    margin-left: 0;
227
                    padding: .5em 0;
238
                }
228
                }
239
            }
229
            }
240
        }
241
242
        ol {
243
            padding: 0;
244
            li {
245
                list-style: none;
246
                left: 0;
247
                flex-direction: row;
248
                width: 100%;
249
250
                fieldset {
251
                    width: 100%;
252
253
                    legend {
254
                        color: #696969;
255
                        font-weight: bold;
256
                        font-size: 13px;
257
                        margin: 0;
258
                        border-bottom: 0;
259
                    }
260
261
                    li {
262
                        margin-top: 0;
263
                        padding: 0;
264
265
                        label {
266
                            color: #696969;
267
                            font-size: 13px;
268
                            padding: .5em .3em 0 0;
269
                            margin: 0;
270
                            font-weight: normal;
271
                        }
272
273
                        input,
274
                        select {
275
                            height: calc(1.5em + .75rem + 2px);
276
                            width: calc(100% - 20px);
277
                        }
278
                    }
279
280
                }
281
282
                label {
283
                    color: #696969;
284
                    padding: .5em .3em 0 0;
285
                    margin: 0;
286
                }
287
288
                input,
289
                select {
290
                    height: calc(1.5em + .75rem + 2px);
291
                    width: calc(100% - 20px);
292
293
230
294
                    &[type="checkbox"],
231
            input[type="text"],
295
                    &[type="radio"] {
232
            select {
296
                        width: auto;
233
                height: calc(1.5em + .75rem + 2px);
297
                        margin: 0;
234
            }
298
                        vertical-align: middle;
299
                    }
300
                }
301
235
236
            label {
237
                color: #696969;
238
                display: block;
239
                margin: .5em 0 0 0;
240
            }
302
241
242
            li {
243
                margin-top: 0;
244
                padding: 0;
303
245
304
                &.checkbox {
246
                &.checkbox {
305
                    label {
247
                    label {
Lines 321-326 aside { Link Here
321
                }
263
                }
322
264
323
                &.radio {
265
                &.radio {
266
                    padding: .7em 0;
267
324
                    input {
268
                    input {
325
                        padding: .3em 0;
269
                        padding: .3em 0;
326
                    }
270
                    }
Lines 334-374 aside { Link Here
334
                            display: inline;
278
                            display: inline;
335
                        }
279
                        }
336
                    }
280
                    }
281
                }
282
            }
337
283
338
                    select,
284
            ol {
339
                    [type="text"] {
285
                margin: 0;
340
                        width: 100%;
286
                padding: 0;
341
                    }
287
            }
342
343
                    .flatpickr-input {
344
                        margin-right: 3px;
345
                        width: calc(100% - 20px);
346
                    }
347
348
                    &+.action {
349
                        margin-left: 0;
350
                        padding: 0;
351
                    }
352
353
                    .radio, .checkbox {
354
                        margin: 0;
355
                    }
356
288
357
                    select,
289
            select,
358
                    [type="text"] {
290
            [type="text"] {
359
                        width: 100%;
291
                width: 100%;
360
                    }
292
            }
361
293
362
                    .flatpickr-input {
294
            .flatpickr-input {
363
                        margin-right: 3px;
295
                margin-right: 3px;
364
                        width: calc(100% - 20px);
296
                width: calc(100% - 20px);
365
                    }
297
            }
366
298
367
                    &.action {
299
            &+.action {
368
                        margin-left: 0;
300
                margin-left: 0;
369
                        padding: 0;
301
                padding: 0;
370
                    }
371
                }
372
            }
302
            }
373
        }
303
        }
374
    }
304
    }
Lines 638-649 textarea { Link Here
638
}
568
}
639
569
640
input {
570
input {
641
    &[type="checkbox"],
642
    &[type="radio"] {
643
        margin: 0;
644
        vertical-align: middle;
645
    }
646
647
    &[type="submit"],
571
    &[type="submit"],
648
    &[type="reset"],
572
    &[type="reset"],
649
    &[type="button"] {
573
    &[type="button"] {
Lines 654-659 input { Link Here
654
        }
578
        }
655
    }
579
    }
656
580
581
    &[type="checkbox"],
582
    &[type="radio"] {
583
        height: unset;
584
        margin: 0;
585
        vertical-align: middle;
586
    }
587
657
    &.submit {
588
    &.submit {
658
        @include default-button;
589
        @include default-button;
659
590
Lines 689-696 label, Link Here
689
    white-space: normal;
620
    white-space: normal;
690
621
691
    input {
622
    input {
692
        &[type="checkbox"],
693
        &[type="radio"],
694
        &[type="checkbox"],
623
        &[type="checkbox"],
695
        &[type="radio"] {
624
        &[type="radio"] {
696
            margin-top: 0;
625
            margin-top: 0;
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/filter-orders.inc (-13 / +16 lines)
Lines 35-46 Link Here
35
    <li>
35
    <li>
36
      <label for="ordernumber">Order line:</label>
36
      <label for="ordernumber">Order line:</label>
37
      <input type="text" name="ordernumber" id="ordernumber" value="[% filters.ordernumber | html %]" />
37
      <input type="text" name="ordernumber" id="ordernumber" value="[% filters.ordernumber | html %]" />
38
      [% IF filters.search_children_too %]
38
        <label class="yesno" for="search_children_too">
39
        <input type="checkbox" name="search_children_too" id="search_children_too" value="1" checked="checked" />
39
            [% IF filters.search_children_too %]
40
      [% ELSE %]
40
                <input type="checkbox" name="search_children_too" id="search_children_too" value="1" checked="checked" />
41
        <input type="checkbox" name="search_children_too" id="search_children_too" value="1" />
41
            [% ELSE %]
42
      [% END %]
42
                <input type="checkbox" name="search_children_too" id="search_children_too" value="1" />
43
      <label class="yesno" for="search_children_too">Display children too.</label>
43
            [% END %]
44
            Display children too
45
        </label>
44
    </li>
46
    </li>
45
47
46
    <li>
48
    <li>
Lines 77-88 Link Here
77
              <option value="cancelled">Cancelled</option>
79
              <option value="cancelled">Cancelled</option>
78
            [% END %]
80
            [% END %]
79
        </select>
81
        </select>
80
        [% IF filters.is_standing %]
82
        <label class="yesno" for="search_children_too">
81
            <input type="checkbox" name="is_standing" id="is_standing" value="1" checked="checked" />
83
            [% IF filters.is_standing %]
82
        [% ELSE %]
84
                <input type="checkbox" name="is_standing" id="is_standing" value="1" checked="checked" />
83
            <input type="checkbox" name="is_standing" id="is_standing" value="1" />
85
            [% ELSE %]
84
        [% END %]
86
                <input type="checkbox" name="is_standing" id="is_standing" value="1" />
85
         <label class="yesno" for="search_children_too">Standing order</label>
87
            [% END %]
88
            Standing order
89
        </label>
86
    </li>
90
    </li>
87
    <li>
91
    <li>
88
        <label for="fund">Fund: </label>
92
        <label for="fund">Fund: </label>
89
- 

Return to bug 31991