Improve rdetail_status table display for copy info.
authorGarry Collum <gcollum@gmail.com>
Wed, 18 Sep 2013 19:52:52 +0000 (15:52 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 22:41:42 +0000 (18:41 -0400)
Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>

Open-ILS/src/templates/opac/css/style.css.tt2

index d2d1f9c..0890030 100644 (file)
@@ -426,6 +426,9 @@ span#rdetail_hold_counts {
     display: inline-block;
     vertical-align: top;
 }
+span#rdetail_hold_counts p {
+    padding-left: 2em;
+}
 
 #rdetail_image_div {
     float: left;
@@ -1853,8 +1856,16 @@ a.preflib_change {
     #rdetails_status thead {
         display: none;
     }
-    #rdetails_status tr, #rdetails_status td {
-        display: block;
+    #rdetails_status tr {
+       display: block;
+       margin-top: 3px;
+    }
+    #rdetails_status tr:nth-of-type(odd) {
+       background-color: #eee;
+    }
+    #rdetails_status td {
+       display: block;
+       padding: 1px;
     }
     select#pickup_lib.search-wrapper-locg {
         width: 100%;