A little bit of style never hurt anyone
authordbs <dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Thu, 22 Jul 2010 15:17:22 +0000 (15:17 +0000)
committerdbs <dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Thu, 22 Jul 2010 15:17:22 +0000 (15:17 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/branches/rel_1_6_0@933 6d9bc8c9-1ec2-4278-b937-99fde70a366f

web/templates/default/cat/storage/move.tt2

index a3bc69c..cfd17d2 100644 (file)
@@ -3,13 +3,17 @@
 <script src='[% ctx.media_prefix %]/js/ui/default/cat/storage/move.js'> </script>
 
 <style>
-
+    label { margin-left: 2em; }
     .dijitTextBoxFocused, .dijitFocused { border:1px dashed #3e3e3e; color: #303030; font-weight:bold;}
+    .alert { color: red; font-weight: bold; }
+    #resultsDiv { font-size: larger; margin-top: 3em; margin-left: 2em; }
+    h1 { margin-left: 1em; font-weight: bold; }
+    #barcodeForm { margin-top: 2em; }
 
 </style>
 
-<h1 style="font-weight: bold;">Move item to storage</h1>
-<form method="get" action="/eg/cat/storage/move">
+<h1>Move item to storage</h1>
+<form method="get" action="/eg/cat/storage/move" id="barcodeForm">
      <table style="margin-top: 2em;">
       <tr>
         <td><label for="barcode" style="font-size: larger;">Barcode</label></td>