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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-1 / +95 lines)
Lines 3776-3778 span { Link Here
3776
        }
3776
        }
3777
    }
3777
    }
3778
}
3778
}
3779
- 
3779
3780
#interlibraryloans {
3781
    h1 {
3782
        margin: 1em 0;
3783
    }
3784
3785
    h2 {
3786
        margin-bottom: 20px;
3787
    }
3788
3789
    h3 {
3790
        margin-top: 20px;
3791
    }
3792
3793
    .bg-info {
3794
        overflow: auto;
3795
        position: relative;
3796
    }
3797
3798
    .format {
3799
        h4 {
3800
            margin-bottom: 20px;
3801
        }
3802
3803
        h5 {
3804
            margin-top: 20px;
3805
        }
3806
3807
        input {
3808
            margin: 10px 0;
3809
        }
3810
3811
        li {
3812
            list-style: none;
3813
        }
3814
    }
3815
3816
    #add-new-fields {
3817
        margin: 1em;
3818
    }
3819
3820
    #column-toggle,
3821
    #reset-toggle {
3822
        font-weight: 700;
3823
        line-height: 1.5em;
3824
        margin: 15px 0;
3825
    }
3826
3827
    #freeform-fields {
3828
        .custom-name {
3829
            margin-right: 1em;
3830
            text-align: right;
3831
            width: 9em;
3832
        }
3833
3834
        .delete-new-field {
3835
            margin-left: 1em;
3836
        }
3837
    }
3838
3839
    #search-summary {
3840
        position: absolute;
3841
        top: 50%;
3842
        transform: translateY(-50%);
3843
    }
3844
}
3845
3846
#ill-view-panel {
3847
    margin-top: 15px;
3848
3849
    h3 {
3850
        margin-bottom: 10px;
3851
    }
3852
3853
    h4 {
3854
        margin-bottom: 20px;
3855
    }
3856
3857
    .rows {
3858
        div {
3859
            height: 1em;
3860
            margin-bottom: 1em;
3861
        }
3862
    }
3863
3864
    #requestattributes {
3865
        .label {
3866
            width: auto;
3867
        }
3868
    }
3869
}
3870
3871
#ill-requests {
3872
    width: 100% !important;
3873
}

Return to bug 19474