Bug 12837 - barcode entry box out of alignment
authorLiz Rea <liz@catalyst.net.nz>
Wed, 27 Aug 2014 22:28:33 +0000 (10:28 +1200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 1 Sep 2014 13:58:16 +0000 (10:58 -0300)
To test:

Load up a circulation page, note that the middle of the barcode field doesn't line up with the Check-out button.
note that the date-select tickbox is also not aligned with the rest of the things on it's line

Apply the patch

Reload the page, verify that things are now in alignment.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css

index 93dd519..382701b 100644 (file)
@@ -980,6 +980,7 @@ tr.highlight th[scope=row] {
 
 .date-select input {
     padding : 1px;
+    vertical-align: middle;
 }
 
 tr.expired td {
@@ -1355,6 +1356,7 @@ h1#logo a {
 
 .barcode {
        font-size :  200%;
+        vertical-align: middle;
 }
 
 li.email a {
@@ -2710,4 +2712,4 @@ span.browse-button {
 #i18nMenu .dropdown-menu a:hover,
 #i18nMenu .dropdown-menu a:focus {
     color : #FFF;
-}
\ No newline at end of file
+}