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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/opac.css (-5 / +3 lines)
Lines 386-391 td { Link Here
386
  margin-top: .5em;
386
  margin-top: .5em;
387
  position: static;
387
  position: static;
388
}
388
}
389
#changelanguage .nav > .active > p {
390
  padding: 0 15px;
391
}
389
.table-striped tbody > tr:nth-child(odd) > td,
392
.table-striped tbody > tr:nth-child(odd) > td,
390
.table-striped tbody > tr:nth-child(odd) > th {
393
.table-striped tbody > tr:nth-child(odd) > th {
391
  background-color: #F4F4F4;
394
  background-color: #F4F4F4;
Lines 2191-2201 td img { Link Here
2191
#shelfbrowser #browser_next {
2194
#shelfbrowser #browser_next {
2192
  background-position: -9px -1057px;
2195
  background-position: -9px -1057px;
2193
}
2196
}
2194
.shadowed {
2195
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
2196
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
2197
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
2198
}
2199
@media only screen and (min-width: 0px) and (max-width: 304px) {
2197
@media only screen and (min-width: 0px) and (max-width: 304px) {
2200
  /* Screens bewteen 0 and 304 pixels wide */
2198
  /* Screens bewteen 0 and 304 pixels wide */
2201
  #oh:after {
2199
  #oh:after {
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc (-2 / +2 lines)
Lines 57-65 Link Here
57
                                    [% ELSE %]
57
                                    [% ELSE %]
58
                                        [% IF ( languages_loo.group_enabled ) %]
58
                                        [% IF ( languages_loo.group_enabled ) %]
59
                                            [% IF ( languages_loo.current ) %]
59
                                            [% IF ( languages_loo.current ) %]
60
                                                <li class="morelang"><p>[% IF ( languages_loo.native_description ) %][% languages_loo.native_description %][% ELSE %][% languages_loo.rfc4646_subtag %][% END %]</p></li>
60
                                                <li class="active"><p class="navbar-text">[% IF ( languages_loo.native_description ) %][% languages_loo.native_description %][% ELSE %][% languages_loo.rfc4646_subtag %][% END %]</p></li>
61
                                            [% ELSE %]
61
                                            [% ELSE %]
62
                                                <li class="morelang"><a href="/cgi-bin/koha/opac-changelanguage.pl?language=[% languages_loo.rfc4646_subtag %]">[% IF ( languages_loo.native_description ) %][% languages_loo.native_description %][% ELSE %][% languages_loo.rfc4646_subtag %][% END %]</a></li>
62
                                                <li><a href="/cgi-bin/koha/opac-changelanguage.pl?language=[% languages_loo.rfc4646_subtag %]">[% IF ( languages_loo.native_description ) %][% languages_loo.native_description %][% ELSE %][% languages_loo.rfc4646_subtag %][% END %]</a></li>
63
                                            [% END %]
63
                                            [% END %]
64
                                        [% END # / IF languages_loo.current %]
64
                                        [% END # / IF languages_loo.current %]
65
                                    [% END # / IF ( languages_loo.plural ) %]
65
                                    [% END # / IF ( languages_loo.plural ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/less/opac.less (-1 / +4 lines)
Lines 352-357 table, td { Link Here
352
    position: static;
352
    position: static;
353
}
353
}
354
354
355
#changelanguage .nav > .active > p {
356
    padding : 0 15px;
357
}
358
355
.table-striped tbody > tr:nth-child(odd) > td,
359
.table-striped tbody > tr:nth-child(odd) > td,
356
.table-striped tbody > tr:nth-child(odd) > th {
360
.table-striped tbody > tr:nth-child(odd) > th {
357
  background-color: #F4F4F4;
361
  background-color: #F4F4F4;
358
- 

Return to bug 11057