@@ -, +, @@ below the fold --- koha-tmpl/opac-tmpl/bootstrap/css/opac.css | 8 +++----- .../bootstrap/en/includes/opac-bottom.inc | 4 ++-- koha-tmpl/opac-tmpl/bootstrap/less/opac.less | 4 ++++ 3 files changed, 9 insertions(+), 7 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/css/opac.css +++ a/koha-tmpl/opac-tmpl/bootstrap/css/opac.css @@ -386,6 +386,9 @@ td { margin-top: .5em; position: static; } +#changelanguage .nav > .active > p { + padding: 0 15px; +} .table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th { background-color: #F4F4F4; @@ -2191,11 +2194,6 @@ td img { #shelfbrowser #browser_next { background-position: -9px -1057px; } -.shadowed { - -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2); - -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2); - box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2); -} @media only screen and (min-width: 0px) and (max-width: 304px) { /* Screens bewteen 0 and 304 pixels wide */ #oh:after { --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc @@ -57,9 +57,9 @@ [% ELSE %] [% IF ( languages_loo.group_enabled ) %] [% IF ( languages_loo.current ) %] -
  • [% IF ( languages_loo.native_description ) %][% languages_loo.native_description %][% ELSE %][% languages_loo.rfc4646_subtag %][% END %]

  • +
  • [% ELSE %] -
  • [% IF ( languages_loo.native_description ) %][% languages_loo.native_description %][% ELSE %][% languages_loo.rfc4646_subtag %][% END %]
  • +
  • [% IF ( languages_loo.native_description ) %][% languages_loo.native_description %][% ELSE %][% languages_loo.rfc4646_subtag %][% END %]
  • [% END %] [% END # / IF languages_loo.current %] [% END # / IF ( languages_loo.plural ) %] --- a/koha-tmpl/opac-tmpl/bootstrap/less/opac.less +++ a/koha-tmpl/opac-tmpl/bootstrap/less/opac.less @@ -352,6 +352,10 @@ table, td { position: static; } +#changelanguage .nav > .active > p { + padding : 0 15px; +} + .table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th { background-color: #F4F4F4; --