NEU-Libraries / scholar-onesearch

Scholar OneSearch - Northeastern University Libraries' Primo implementation CSS/JS and HTML code snippets.
scholaronesearch.northeastern.edu
10 stars 4 forks source link

Save Query page doesn't scale on a small screen #38

Closed sarahjeansweeney closed 10 years ago

sarahjeansweeney commented 11 years ago
bassettsj commented 11 years ago

Thanks. That is exactly the type of feedback that will help me get this design tighter.

bassettsj commented 11 years ago

I will need to fix this in a later version. Should be in a quick update, sorry about that!

bassettsj commented 10 years ago

Won't fix turns out this is an issue with the vendors markup...

This should be reported to Ex Libris as something to fix. They are missing the viewport meta tag to allow the design to respond...

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

  <!-- cssAdder.jsp begin -->
<!-- taglibsIncludeAll.jspf begin -->
<!-- taglibsIncludeAll.jspf end --><!--  css: http://primo-dev.mine.nu/scholar-onesearch/dist/css/legacy.css;http://primo-dev.mine.nu/scholar-onesearch/dist/css/style.css dontadddefault: true -->
<link rel="stylesheet" type="text/css" href="http://primo-dev.mine.nu/scholar-onesearch/dist/css/legacy.css">
            <link rel="stylesheet" type="text/css" href="http://primo-dev.mine.nu/scholar-onesearch/dist/css/style.css">
            <!-- begin resolveLocale.jsp -->
<!-- taglibsIncludeAll.jspf begin -->
<!-- taglibsIncludeAll.jspf end --><!-- locale=en_US -->

<!-- end resolveLocale.jsp -->
<link rel="stylesheet" type="text/css" href="../locale/en_US/css/Primo_Locale.css">
<!-- cssAdder.jsp end -->
<link rel="stylesheet" type="text/css" href="../css/temp.css">
<script type="text/javascript" src="../javascript/init.js"></script>
<title>
    Primo by Ex Libris</title>
</head>