Browse Source

Bug 8979 - simple addition of news to CCSR theme

Nothing fancy, just displays the news in the mobile view.

To test:

enable CCSR theme
ensure you have a news item that will be displayed on the home page
browse to your test site with a mobile phone - news item should be displayed (without the patch it will not be displayed)

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>

Comment: Works as described. No errors.

Note: Perhaps 'Persona' login could be hidden in movile view.
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
3.12.x
Liz Rea 11 years ago
committed by Jared Camins-Esakov
parent
commit
c16a80f51f
  1. 6
      koha-tmpl/opac-tmpl/ccsr/en/css/mobile.css

6
koha-tmpl/opac-tmpl/ccsr/en/css/mobile.css

@ -10,7 +10,6 @@ body#opac-main #login,
body#opac-main #login~div,
body#opac-main #opacnav,
body#opac-main #opacmainuserblock,
body#opac-main #news,
body#results #facetcontainer,
body#opac-detail #ulactioncontainer>:not(#action),
body#opac-detail #ulactioncontainer #action a:not(.reserve),
@ -109,6 +108,11 @@ body#opac-main #opacmainuserblockmobile {
display: block;
}
#news.container {
display: block;
margin: 0em;
}
/* Results */

Loading…
Cancel
Save