Bug 23464: Update the process of quick spine label printing
[srvgit] / koha-tmpl / intranet-tmpl / prog / css / spinelabel.css
index f0e3ead..b62e8de 100644 (file)
@@ -20,8 +20,16 @@ body {
        top: 75px;
 }
 
+#spinelabel {
+
+}
+
 #print_button {
-       position: absolute;
-       top: 25px;
-       left: 500px;
+    bottom: 0;
+    padding: 1em;
+    position: absolute;
+    text-align: center;
+    width: 100%;
+    border-top: 1px solid #b9d8d9;
+    background-color: #e6f0f2;
 }
\ No newline at end of file