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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-26 / +238 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 153-158 a { Link Here
153
155
154
}
156
}
155
157
158
aside {
159
    h5 {
160
        font-size : 100%;
161
        margin : .5em 0;
162
    }
163
164
    fieldset {
165
        &.brief {
166
            margin: 0;
167
            padding : .4em .7em;
168
169
            fieldset {
170
                margin: 0;
171
                padding: .5em 0;
172
173
                legend {
174
                    font-size: 85%;
175
                }
176
            }
177
178
            li {
179
                &.checkbox {
180
                    label {
181
                        display: inline;
182
                    }
183
                }
184
185
                &.dateinsert {
186
                    label {
187
                        display: inline;
188
                    }
189
                    span {
190
                        &.label {
191
                            display: inline
192
                        }
193
                    }
194
                }
195
196
                &.radio {
197
                    input {
198
                        padding: .3em 0;
199
                    }
200
                    label {
201
                        display: inline;
202
                    }
203
204
                    padding: .7em 0;
205
206
                    span {
207
                        &.label {
208
                            display: inline;
209
                        }
210
                    }
211
                }
212
            }
213
214
            ol {
215
                font-size : 85%;
216
                margin : 0;
217
                padding : 0;
218
            }
219
220
            select,
221
            input[type="text"] {
222
                width: 100%;
223
            }
224
        }
225
    }
226
}
227
156
button {
228
button {
157
    @include default-button;
229
    @include default-button;
158
230
Lines 172-177 button { Link Here
172
    }
244
    }
173
}
245
}
174
246
247
main {
248
    .yui-b {
249
        fieldset {
250
            &.brief {
251
                input[type="text"],
252
                select {
253
                    width: auto;
254
                }
255
            }
256
        }
257
    }
258
}
259
175
table {
260
table {
176
    border-collapse: collapse;
261
    border-collapse: collapse;
177
    border-right: 1px solid #BCBCBC;
262
    border-right: 1px solid #BCBCBC;
Lines 333-338 h6 { Link Here
333
    margin: .3em 0;
418
    margin: .3em 0;
334
}
419
}
335
420
421
hr {
422
    clear: both;
423
}
424
336
p {
425
p {
337
    margin: .5em 0 .5em 0;
426
    margin: .5em 0 .5em 0;
338
}
427
}
Lines 483-488 label, Link Here
483
572
484
        a {
573
        a {
485
            text-decoration: none;
574
            text-decoration: none;
575
576
            &.current {
577
                font-weight: bold;
578
            }
486
        }
579
        }
487
    }
580
    }
488
}
581
}
Lines 611-616 ol { Link Here
611
    width: 100%;
704
    width: 100%;
612
}
705
}
613
706
707
.cart-controls {
708
    border-top: 1px solid #E8E8E8;
709
    padding: 7px 0;
710
}
711
614
.clearfix {
712
.clearfix {
615
    display: inline-block;
713
    display: inline-block;
616
714
Lines 852-857 fieldset { Link Here
852
                display: block;
950
                display: block;
853
                font-weight: bold;
951
                font-weight: bold;
854
                padding: .3em 0;
952
                padding: .3em 0;
953
                text-align: left;
855
            }
954
            }
856
        }
955
        }
857
    }
956
    }
Lines 936-942 fieldset { Link Here
936
            font-weight: bold;
1035
            font-weight: bold;
937
            margin-right: 1em;
1036
            margin-right: 1em;
938
            text-align: right;
1037
            text-align: right;
939
            width: 6em;
1038
            width: 9em;
940
1039
941
            .error {
1040
            .error {
942
                float: none;
1041
                float: none;
Lines 1070-1075 fieldset { Link Here
1070
    }
1169
    }
1071
}
1170
}
1072
1171
1172
#multi_receiving {
1173
    fieldset {
1174
        &.rows {
1175
            label {
1176
                width: 50%;
1177
            }
1178
        }
1179
    }
1180
}
1181
1073
.yui-u {
1182
.yui-u {
1074
    div {
1183
    div {
1075
        .hint {
1184
        .hint {
Lines 1120-1125 legend { Link Here
1120
    width: auto;
1229
    width: auto;
1121
}
1230
}
1122
1231
1232
details {
1233
    > summary {
1234
        cursor: pointer;
1235
1236
        &::before {
1237
            content: "\f0da";
1238
            display: inline-block;
1239
            font-family: FontAwesome;
1240
            width: 1em;
1241
        }
1242
1243
        &.checkouts-by-itemtype {
1244
            li {
1245
                display: inline-block;
1246
            }
1247
        }
1248
    }
1249
}
1250
1251
details[open] {
1252
    > summary {
1253
        &::before {
1254
            content: "\f0d7";
1255
        }
1256
    }
1257
}
1258
1259
1123
#floating-save {
1260
#floating-save {
1124
    background-color: rgba(185, 216, 217, .6);
1261
    background-color: rgba(185, 216, 217, .6);
1125
    bottom: 3%;
1262
    bottom: 3%;
Lines 1647-1654 dd { Link Here
1647
                padding: 0;
1784
                padding: 0;
1648
            }
1785
            }
1649
1786
1650
            select {
1787
            select,
1651
                width: 12em;
1788
            input[type=text] {
1789
                width: 100%;
1652
            }
1790
            }
1653
        }
1791
        }
1654
1792
Lines 1659-1674 dd { Link Here
1659
                }
1797
                }
1660
            }
1798
            }
1661
1799
1662
            label {
1663
                width: 9em;
1664
            }
1665
1666
            span {
1667
                &.label {
1668
                    width: 9em;
1669
                }
1670
            }
1671
1672
            td {
1800
            td {
1673
                label {
1801
                label {
1674
                    width: auto;
1802
                    width: auto;
Lines 1684-1689 dd { Link Here
1684
    }
1812
    }
1685
}
1813
}
1686
1814
1815
#yui-main {
1816
    .yui-b {
1817
        fieldset {
1818
            &.brief {
1819
                select,
1820
                input[type=text] {
1821
                    width: auto;
1822
                }
1823
            }
1824
        }
1825
    }
1826
}
1827
1687
.btn-toolbar {
1828
.btn-toolbar {
1688
    fieldset {
1829
    fieldset {
1689
        &.action {
1830
        &.action {
Lines 1740-1750 dd { Link Here
1740
    overflow-y: auto;
1881
    overflow-y: auto;
1741
}
1882
}
1742
1883
1743
#z3950_search_targets_auth {
1744
    height:     348px;
1745
    overflow-y: auto;
1746
}
1747
1748
.z3950checks {
1884
.z3950checks {
1749
    padding-left: 1em;
1885
    padding-left: 1em;
1750
}
1886
}
Lines 2016-2022 i { Link Here
2016
2152
2017
2153
2018
#logo {
2154
#logo {
2019
    background: transparent url("../img/koha-logo-medium.gif") no-repeat scroll 0%;
2155
    background: transparent url("../img/koha-logo-medium.png") no-repeat scroll 0%;
2020
    margin: .75em .3em .75em .7em;
2156
    margin: .75em .3em .75em .7em;
2021
2157
2022
    a {
2158
    a {
Lines 2070-2075 li { Link Here
2070
2206
2071
.address {
2207
.address {
2072
    font-size: 110%;
2208
    font-size: 110%;
2209
2210
    li {
2211
        list-style-type: none;
2212
    }
2073
}
2213
}
2074
2214
2075
.title {
2215
.title {
Lines 2393-2399 li { Link Here
2393
    font-size: 105%;
2533
    font-size: 105%;
2394
    line-height: 200%;
2534
    line-height: 200%;
2395
2535
2396
    a {
2536
    a,
2537
    span {
2397
        background-color: #E4ECF5;
2538
        background-color: #E4ECF5;
2398
        border: 1px solid #A4BEDD;
2539
        border: 1px solid #A4BEDD;
2399
        border-radius: 4px;
2540
        border-radius: 4px;
Lines 3332-3340 label { Link Here
3332
}
3473
}
3333
3474
3334
.modal-body {
3475
.modal-body {
3476
    background-color: #FFF;
3335
    overflow-y: auto;
3477
    overflow-y: auto;
3336
}
3478
}
3337
3479
3480
.modal-content {
3481
    background-color : #EDF4F6;
3482
}
3483
3338
.btn-group {
3484
.btn-group {
3339
    label,
3485
    label,
3340
    select {
3486
    select {
Lines 3527-3532 span { Link Here
3527
    }
3673
    }
3528
}
3674
}
3529
3675
3676
3677
.result-biblio-itemtype {
3678
    float: right;
3679
    padding: .5em;
3680
    margin: .5em;
3681
    font-size: 85%;
3682
    text-align: center;
3683
3684
    img {
3685
        display: block;
3686
        margin: auto;
3687
        margin-bottom: 2px;
3688
    }
3689
}
3690
3530
.browse-label,
3691
.browse-label,
3531
.browse-prev-next {
3692
.browse-prev-next {
3532
    border: 1px solid #B9D8D9;
3693
    border: 1px solid #B9D8D9;
Lines 3777-3782 span { Link Here
3777
}
3938
}
3778
3939
3779
#interlibraryloans {
3940
#interlibraryloans {
3941
    #dataPreviewLabel {
3942
        margin: .3em 0;
3943
    }
3944
3780
    h1 {
3945
    h1 {
3781
        margin: 1em 0;
3946
        margin: 1em 0;
3782
    }
3947
    }
Lines 3787-3792 span { Link Here
3787
3952
3788
    h3 {
3953
    h3 {
3789
        margin-top: 20px;
3954
        margin-top: 20px;
3955
3790
    }
3956
    }
3791
3957
3792
    .bg-info {
3958
    .bg-info {
Lines 3853-3858 span { Link Here
3853
        margin-bottom: 20px;
4019
        margin-bottom: 20px;
3854
    }
4020
    }
3855
4021
4022
    .notesopac {
4023
        display: inline-block;
4024
    }
4025
3856
    .rows {
4026
    .rows {
3857
        div {
4027
        div {
3858
            height: 1em;
4028
            height: 1em;
Lines 3860-3870 span { Link Here
3860
        }
4030
        }
3861
    }
4031
    }
3862
4032
3863
    #requestattributes {
4033
}
3864
        .label {
4034
3865
            width: auto;
4035
#requestattributes {
3866
        }
4036
    font-family: monospace;
3867
    }
4037
    line-height: 1.3em;
3868
}
4038
}
3869
4039
3870
#ill-requests {
4040
#ill-requests {
Lines 3899-3904 span { Link Here
3899
    }
4069
    }
3900
}
4070
}
3901
4071
4072
/* ==== MODULE LINKS - Start ==== */
4073
4074
ul {
4075
    &.buttons-list {
4076
        /* List containing the module links */
4077
        padding: 0;
4078
        margin-bottom: 30px;
4079
4080
        li {
4081
            /* Standard attributes for the list elements */
4082
            list-style-type:none;
4083
4084
            a {
4085
                &.circ-button {
4086
                    /* Class used for each module link */
4087
                    background-color: #F4F8F9;
4088
                    background-position: 5px 3px;
4089
                    background-repeat: no-repeat;
4090
                    border: solid 2px #b9d8d9;
4091
                    border-radius: 6px;
4092
                    box-sizing: content-box;
4093
                    color: #000000;
4094
                    display: block;
4095
                    font-size: 110%;
4096
                    font-weight: bold;
4097
                    max-width: 260px;
4098
                    margin: .5em 0;
4099
                    padding: 8px;
4100
                    text-decoration: none;
4101
4102
                    &:hover {
4103
                        /* Class used for each module link hover state */
4104
                        border-color: #538200;
4105
                        color: #538200;
4106
                    }
4107
                }
4108
            }
4109
        }
4110
    }
4111
}
4112
4113
/* ==== MODULE LINKS - End ==== */
4114
3902
@media (min-width: 200px) {
4115
@media (min-width: 200px) {
3903
    .navbar-nav > li {
4116
    .navbar-nav > li {
3904
        float: left;
4117
        float: left;
3905
- 

Return to bug 19474