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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_forms.scss (+15 lines)
Lines 1-4 Link Here
1
fieldset {
1
fieldset {
2
    @include card;
3
    margin-bottom: 1em;
4
    padding: 12px;
5
6
    legend {
7
        border-bottom: 0 none;
8
        color: #696969;
9
        float: left;
10
        font-weight: bold;
11
12
        ~ * {
13
            clear: left;
14
        }
15
    }
16
2
    fieldset {
17
    fieldset {
3
        box-shadow: none;
18
        box-shadow: none;
4
        padding: 0;
19
        padding: 0;
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-23 lines)
Lines 845-878 ol { Link Here
845
}
845
}
846
846
847
fieldset {
847
fieldset {
848
    @include card;
849
    width: 100%;
850
    color: $green-text-color;
851
    position: relative;
852
    color: #696969;
853
    left: 0;
854
    top: 0;
855
    margin-bottom: 1em;
856
    padding: 1em;
857
858
    + fieldset {
848
    + fieldset {
859
        &.action {
849
        &.action {
860
            padding-top: 20px;
850
            padding-top: 20px;
861
        }
851
        }
862
    }
852
    }
863
853
864
    legend {
865
        font-size: 131%;
866
        font-weight: bold;
867
        border-bottom: none;
868
        color: #696969;
869
        float: left;
870
871
        & + * {
872
            clear: both;
873
        }
874
    }
875
876
    &.lastchecked {
854
    &.lastchecked {
877
        border-bottom-left-radius: 0;
855
        border-bottom-left-radius: 0;
878
        border-bottom-right-radius: 0;
856
        border-bottom-right-radius: 0;
879
- 

Return to bug 30952