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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/opac.css (+41 lines)
Lines 2232-2237 td img { Link Here
2232
.copiesrow {
2232
.copiesrow {
2233
  clear: both;
2233
  clear: both;
2234
}
2234
}
2235
#idreambooksreadometer {
2236
  float: right;
2237
}
2238
a.idreambooksrating {
2239
  font-size: 30px;
2240
  color: #29ADE4;
2241
  padding-left: 85px;
2242
  line-height: 30px;
2243
  text-decoration: none;
2244
}
2245
.idreambookslegend {
2246
  font-size: small;
2247
}
2248
a.reviewlink,
2249
a.reviewlink:visited {
2250
  text-decoration: none;
2251
  color: black;
2252
  font-weight: normal;
2253
}
2254
.idreambookssummary a {
2255
  color: #707070;
2256
  text-decoration: none;
2257
}
2258
.idreambookssummary img,
2259
.idbresult img {
2260
  vertical-align: middle;
2261
}
2262
.idbresult {
2263
  color: #29ADE4;
2264
  text-align: center;
2265
  margin: 0.5em;
2266
  padding: 0.5em;
2267
}
2268
.idbresult a,
2269
.idbresult a:visited {
2270
  text-decoration: none;
2271
  color: #29ADE4;
2272
}
2273
.idbresult img {
2274
  padding-right: 6px;
2275
}
2235
.shadowed {
2276
.shadowed {
2236
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
2277
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
2237
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
2278
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
(-)a/koha-tmpl/opac-tmpl/bootstrap/less/opac.less (-1 / +50 lines)
Lines 2265-2268 td img { Link Here
2265
    clear : both;
2265
    clear : both;
2266
}
2266
}
2267
2267
2268
#idreambooksreadometer {
2269
    float: right;
2270
}
2271
2272
a.idreambooksrating {
2273
    font-size: 30px;
2274
    color: #29ADE4;
2275
    padding-left: 85px;
2276
    line-height: 30px;
2277
    text-decoration: none;
2278
}
2279
2280
.idreambookslegend {
2281
    font-size: small;
2282
}
2283
2284
a.reviewlink,
2285
a.reviewlink:visited {
2286
    text-decoration: none;
2287
    color: black;
2288
    font-weight: normal;
2289
}
2290
2291
.idreambookssummary a {
2292
    color: #707070;
2293
    text-decoration: none;
2294
}
2295
2296
.idreambookssummary img,
2297
.idbresult img {
2298
    vertical-align: middle;
2299
}
2300
2301
.idbresult {
2302
    color: #29ADE4;
2303
    text-align: center;
2304
    margin: 0.5em;
2305
    padding: 0.5em;
2306
}
2307
2308
.idbresult a,
2309
.idbresult a:visited {
2310
    text-decoration: none;
2311
    color: #29ADE4;
2312
}
2313
2314
.idbresult img {
2315
    padding-right: 6px;
2316
}
2317
2268
@import "responsive.less";
2318
@import "responsive.less";
2269
- 

Return to bug 11381