OPAC Customization: Login Screen
authorMcCanna <tmccanna@georgialibraries.org>
Tue, 7 Nov 2017 21:39:36 +0000 (16:39 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 19 Oct 2018 11:51:43 +0000 (07:51 -0400)
Fixed layout issues in preparation for 3.0 upgrade.

Signed-off-by: McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/templates/opac/parts/login/form.tt2
Open-ILS/src/templates/opac/parts/login/help.tt2
Open-ILS/src/templates/opac/parts/login/password_hint.tt2

index acd2357..73417f7 100644 (file)
@@ -2784,6 +2784,9 @@ div.result_table_utils {
     #list_description, #list_create_name {
         width: 300px;
     }
+       .login-help-box {
+        display: none;
+       }
 }
 
 @media only screen and (max-width: 600px) {
@@ -2800,6 +2803,9 @@ div.result_table_utils {
     #homesearch_main_logo {
         display:none;
     }
+       .login-help-box {
+        display: none;
+       }
        .org_selector_dropdown {
         padding:3px;
                width:90%;
index 2e14668..c40bad6 100644 (file)
@@ -14,8 +14,9 @@
 [% END %]
 
 <div id='login-form-box' class='login_boxes left_brain float-left'>
-    <h1>[% l('Log in to Your Account') %]</h1>
+    <h1 style="font-weight:bold;margin-bottom:10px;">[% l('Log in to Your Account') %]</h1>
     [% l('Please enter the following information:') %]
+       <br/> <br/>
     <form method='post'>
         <div class='login-form-left'>
             <label for='username_field' class="lbl1" >[% l('Library Card Number or Username') %]</label>
@@ -35,7 +36,7 @@
             </div>
             [% INCLUDE "opac/parts/login/password_hint.tt2" %]
             [% IF reset_password == 'true' %]
-            <a style="font-size: 80%" href='[% mkurl(ctx.opac_root _ '/password_reset', {}, 1) %]'>[% l('Forgot your password?') %]</a>
+            <div style="margin-left:12px;font-weight:bold;"><a href='[% mkurl(ctx.opac_root _ '/password_reset', {}, 1) %]'>[% l('Forgot your password?') %]</a></div>
             [% END %]
         </div>
         <div style="clear: both; padding-top: 15px;padding-left: 15px;text-align:right;">
index 49f4aa4..a70db92 100644 (file)
@@ -6,14 +6,6 @@
         <!--[% l('Visit our FAQs section for answers to common questions about how to use your account.') %] -->
     </div>
 
-       <!--
-    <div class="login-help-button">
-        <div class="opac-multiline-button">
-        <a href="http://pines.georgialibraries.org/pines-frequently-asked-questions">[% l('FAQs') %]</a>
-           </div>
-    </div>
-       -->
-       
        <div class="login-help-button">
         <div class="opac-multiline-button">
         <a href="http://www.georgialibraries.org/lib/directories/pineslibdir.html">[% l('Contact Your Library') %]</a>
index e70c041..7728091 100644 (file)
@@ -1,3 +1,3 @@
-<div style="font-size:normal;padding:15px 0px 5px 12px;width:300px;font-style:italic;">
+<div style="font-size:normal;padding:15px 10px 5px 12px;width:280px;font-style:italic;">
 [%- l('If this is your first time logging in, please enter the last 4 digits of your phone number. Example: 0926'); %]
 </div>