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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-21 lines)
Lines 152-178 h1 { Link Here
152
    color: #727272;
152
    color: #727272;
153
    font-size: 140%;
153
    font-size: 140%;
154
    line-height: 150%;
154
    line-height: 150%;
155
156
    &#libraryname {
157
        background: transparent url( "../images/logo-koha.png" ) no-repeat scroll 0%;
158
        border: 0;
159
        float: left !important;
160
        margin: 0;
161
        padding: 0;
162
        width: 120px;
163
164
        a {
165
            border: 0;
166
            cursor: pointer;
167
            display: block;
168
            height: 0 !important;
169
            margin: 0;
170
            overflow: hidden;
171
            padding: 40px 0 0;
172
            text-decoration: none;
173
            width: 120px;
174
        }
175
    }
176
}
155
}
177
156
178
h2 {
157
h2 {
(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/right-to-left.scss (-7 lines)
Lines 55-66 a { Link Here
55
    }
55
    }
56
}
56
}
57
57
58
h1 {
59
    &#libraryname {
60
        float: right !important;
61
    }
62
}
63
64
input.hold {
58
input.hold {
65
    padding-right: 23px;
59
    padding-right: 23px;
66
}
60
}
67
- 

Return to bug 26397