Minor adjustment to My Account -> Holds's new Notes column collab/senator/tpac_public_hold_notes
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Fri, 3 Jan 2014 17:02:18 +0000 (12:02 -0500)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Fri, 3 Jan 2014 17:02:18 +0000 (12:02 -0500)
Stick with bold/uppercase styling of the rest of the table, and also add
the Notes column heading on the left for smaller screens.

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/templates/opac/myopac/holds.tt2

index 9be5bff..33a3bb9 100644 (file)
@@ -886,11 +886,6 @@ table.acct_notes th {
     border-collapse: collapse;
 }
 
-.hold_notes {
-    text-transform: none;
-    font-weight: normal;
-}
-
 .hold_note_title { font-weight: bold; }
 
 #acct_checked_main_header td, #acct_holds_main_header td, #acct_checked_hist_header td, #acct_list_header td, #acct_list_header_anon td, #temp_list_holds td {
@@ -2007,4 +2002,5 @@ a.preflib_change {
         table#acct_holds_main_header td:nth-of-type(7):before { content: "[% l('Cancel on') %]"; }
         table#acct_holds_main_header td:nth-of-type(8):before { content: "[% l('Active') %]"; }
         table#acct_holds_main_header td:nth-of-type(9):before { content: "[% l('Status') %]"; }
+        table#acct_holds_main_header td:nth-of-type(10):before { content: "[% l('Notes') %]"; }
 }
index 18eadc2..6be21cd 100644 (file)
                             [% PROCESS get_hold_status hold=hold; %]
                         </div>
                     </td>
-                    <td class="hold_notes">
+                    <td>
                     [%- FOREACH pubnote IN ahr.notes;
                         IF pubnote.pub == 't';
                     %]