[Koha-bugs] [Bug 8597] New theme for the OPAC with a mobile view

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 12 18:03:31 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8597

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Failed QA

--- Comment #48 from Paul Poulain <paul.poulain at biblibre.com> ---
I have some problems making it work. What I did:
 * apply all patches
 * updated opacthemes syspref to ccsr
 * checked that other css-related sysprefs are empty
 * cleared all FF cache

The display changes when I reduce windows size, but it is ugly (reduced or
large)

(I also checked with chrome, freshly launched)

source code says:
<link rel="stylesheet" type="text/css"
href="/opac-tmpl/ccsr/en/lib/jquery/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="/opac-tmpl/ccsr/en/css/opac.css"
/>
<link rel="stylesheet" type="text/css" media="print"
href="/opac-tmpl/ccsr/en/css/print.css" />
<meta name="viewport"
content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
<link rel="stylesheet" type="text/css" media="screen and (max-width:700px)"
href="/opac-tmpl/ccsr/en/css/mobile.css" />

which seems OK to me

Any hint about something I could have missed welcomed...

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list