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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-26 / +137 lines)
Lines 111-116 a { Link Here
111
    &.document {
111
    &.document {
112
        background-position: left middle;
112
        background-position: left middle;
113
        background-repeat: no-repeat;
113
        background-repeat: no-repeat;
114
        display: inline-block;
115
        min-height: 20px;
114
        padding-left: 20px;
116
        padding-left: 20px;
115
    }
117
    }
116
118
Lines 483-488 label, Link Here
483
485
484
        a {
486
        a {
485
            text-decoration: none;
487
            text-decoration: none;
488
489
            &.current {
490
                font-weight: bold;
491
            }
486
        }
492
        }
487
    }
493
    }
488
}
494
}
Lines 936-942 fieldset { Link Here
936
            font-weight: bold;
942
            font-weight: bold;
937
            margin-right: 1em;
943
            margin-right: 1em;
938
            text-align: right;
944
            text-align: right;
939
            width: 6em;
945
            width: 9em;
940
946
941
            .error {
947
            .error {
942
                float: none;
948
                float: none;
Lines 1070-1075 fieldset { Link Here
1070
    }
1076
    }
1071
}
1077
}
1072
1078
1079
#multi_receiving {
1080
    fieldset {
1081
        &.rows {
1082
            label {
1083
                width: 50%;
1084
            }
1085
        }
1086
    }
1087
}
1088
1073
.yui-u {
1089
.yui-u {
1074
    div {
1090
    div {
1075
        .hint {
1091
        .hint {
Lines 1120-1125 legend { Link Here
1120
    width: auto;
1136
    width: auto;
1121
}
1137
}
1122
1138
1139
details {
1140
    > summary {
1141
        cursor: pointer;
1142
1143
        &::before {
1144
            content: "\f0da";
1145
            display: inline-block;
1146
            font-family: FontAwesome;
1147
            width: 1em;
1148
        }
1149
1150
        &.checkouts-by-itemtype {
1151
            li {
1152
                display: inline-block;
1153
            }
1154
        }
1155
    }
1156
}
1157
1158
details[open] {
1159
    > summary {
1160
        &::before {
1161
            content: "\f0d7";
1162
        }
1163
    }
1164
}
1165
1166
1123
#floating-save {
1167
#floating-save {
1124
    background-color: rgba(185, 216, 217, .6);
1168
    background-color: rgba(185, 216, 217, .6);
1125
    bottom: 3%;
1169
    bottom: 3%;
Lines 1647-1654 dd { Link Here
1647
                padding: 0;
1691
                padding: 0;
1648
            }
1692
            }
1649
1693
1650
            select {
1694
            select,
1651
                width: 12em;
1695
            input[type=text] {
1696
                width: 100%;
1652
            }
1697
            }
1653
        }
1698
        }
1654
1699
Lines 1659-1674 dd { Link Here
1659
                }
1704
                }
1660
            }
1705
            }
1661
1706
1662
            label {
1663
                width: 9em;
1664
            }
1665
1666
            span {
1667
                &.label {
1668
                    width: 9em;
1669
                }
1670
            }
1671
1672
            td {
1707
            td {
1673
                label {
1708
                label {
1674
                    width: auto;
1709
                    width: auto;
Lines 1684-1689 dd { Link Here
1684
    }
1719
    }
1685
}
1720
}
1686
1721
1722
#yui-main {
1723
    .yui-b {
1724
        fieldset {
1725
            &.brief {
1726
                select,
1727
                input[type=text] {
1728
                    width: auto;
1729
                }
1730
            }
1731
        }
1732
    }
1733
}
1734
1687
.btn-toolbar {
1735
.btn-toolbar {
1688
    fieldset {
1736
    fieldset {
1689
        &.action {
1737
        &.action {
Lines 1740-1750 dd { Link Here
1740
    overflow-y: auto;
1788
    overflow-y: auto;
1741
}
1789
}
1742
1790
1743
#z3950_search_targets_auth {
1744
    height:     348px;
1745
    overflow-y: auto;
1746
}
1747
1748
.z3950checks {
1791
.z3950checks {
1749
    padding-left: 1em;
1792
    padding-left: 1em;
1750
}
1793
}
Lines 2016-2022 i { Link Here
2016
2059
2017
2060
2018
#logo {
2061
#logo {
2019
    background: transparent url("../img/koha-logo-medium.gif") no-repeat scroll 0%;
2062
    background: transparent url("../img/koha-logo-medium.png") no-repeat scroll 0%;
2020
    margin: .75em .3em .75em .7em;
2063
    margin: .75em .3em .75em .7em;
2021
2064
2022
    a {
2065
    a {
Lines 2393-2399 li { Link Here
2393
    font-size: 105%;
2436
    font-size: 105%;
2394
    line-height: 200%;
2437
    line-height: 200%;
2395
2438
2396
    a {
2439
    a,
2440
    span {
2397
        background-color: #E4ECF5;
2441
        background-color: #E4ECF5;
2398
        border: 1px solid #A4BEDD;
2442
        border: 1px solid #A4BEDD;
2399
        border-radius: 4px;
2443
        border-radius: 4px;
Lines 3332-3340 label { Link Here
3332
}
3376
}
3333
3377
3334
.modal-body {
3378
.modal-body {
3379
    background-color: #FFF;
3335
    overflow-y: auto;
3380
    overflow-y: auto;
3336
}
3381
}
3337
3382
3383
.modal-content {
3384
    background-color : #EDF4F6;
3385
}
3386
3338
.btn-group {
3387
.btn-group {
3339
    label,
3388
    label,
3340
    select {
3389
    select {
Lines 3527-3532 span { Link Here
3527
    }
3576
    }
3528
}
3577
}
3529
3578
3579
3580
.result-biblio-itemtype {
3581
    float: right;
3582
    padding: .5em;
3583
    margin: .5em;
3584
    font-size: 85%;
3585
    text-align: center;
3586
3587
    img {
3588
        display: block;
3589
        margin: auto;
3590
        margin-bottom: 2px;
3591
    }
3592
}
3593
3530
.browse-label,
3594
.browse-label,
3531
.browse-prev-next {
3595
.browse-prev-next {
3532
    border: 1px solid #B9D8D9;
3596
    border: 1px solid #B9D8D9;
Lines 3777-3782 span { Link Here
3777
}
3841
}
3778
3842
3779
#interlibraryloans {
3843
#interlibraryloans {
3844
    #dataPreviewLabel {
3845
        margin: .3em 0;
3846
    }
3847
3780
    h1 {
3848
    h1 {
3781
        margin: 1em 0;
3849
        margin: 1em 0;
3782
    }
3850
    }
Lines 3787-3792 span { Link Here
3787
3855
3788
    h3 {
3856
    h3 {
3789
        margin-top: 20px;
3857
        margin-top: 20px;
3858
3790
    }
3859
    }
3791
3860
3792
    .bg-info {
3861
    .bg-info {
Lines 3860-3870 span { Link Here
3860
        }
3929
        }
3861
    }
3930
    }
3862
3931
3863
    #requestattributes {
3932
}
3864
        .label {
3933
3865
            width: auto;
3934
#requestattributes {
3866
        }
3935
    font-family: monospace;
3867
    }
3936
    line-height: 1.3em;
3868
}
3937
}
3869
3938
3870
#ill-requests {
3939
#ill-requests {
Lines 3899-3904 span { Link Here
3899
    }
3968
    }
3900
}
3969
}
3901
3970
3971
/* ==== MODULE LINKS - Start ==== */
3972
3973
ul {
3974
    &.buttons-list {
3975
        /* List containing the module links */
3976
        padding: 0;
3977
        margin-bottom: 30px;
3978
3979
        li {
3980
            /* Standard attributes for the list elements */
3981
            list-style-type:none;
3982
3983
            a {
3984
                &.circ-button {
3985
                    /* Class used for each module link */
3986
                    background-color: #F4F8F9;
3987
                    background-position: 5px 3px;
3988
                    background-repeat: no-repeat;
3989
                    border: solid 2px #b9d8d9;
3990
                    border-radius: 6px;
3991
                    box-sizing: content-box;
3992
                    color: #000000;
3993
                    display: block;
3994
                    font-size: 110%;
3995
                    font-weight: bold;
3996
                    max-width: 260px;
3997
                    margin: .5em 0;
3998
                    padding: 8px;
3999
                    text-decoration: none;
4000
4001
                    &:hover {
4002
                        /* Class used for each module link hover state */
4003
                        border-color: #538200;
4004
                        color: #538200;
4005
                    }
4006
                }
4007
            }
4008
        }
4009
    }
4010
}
4011
4012
/* ==== MODULE LINKS - End ==== */
4013
3902
@media (min-width: 200px) {
4014
@media (min-width: 200px) {
3903
    .navbar-nav > li {
4015
    .navbar-nav > li {
3904
        float: left;
4016
        float: left;
3905
- 

Return to bug 19474