[open-ils-commits] r933 - conifer/branches/rel_1_6_0/web/templates/default/cat/storage (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Jul 22 11:17:24 EDT 2010


Author: dbs
Date: 2010-07-22 11:17:22 -0400 (Thu, 22 Jul 2010)
New Revision: 933

Modified:
   conifer/branches/rel_1_6_0/web/templates/default/cat/storage/move.tt2
Log:
A little bit of style never hurt anyone


Modified: conifer/branches/rel_1_6_0/web/templates/default/cat/storage/move.tt2
===================================================================
--- conifer/branches/rel_1_6_0/web/templates/default/cat/storage/move.tt2	2010-07-22 15:09:12 UTC (rev 932)
+++ conifer/branches/rel_1_6_0/web/templates/default/cat/storage/move.tt2	2010-07-22 15:17:22 UTC (rev 933)
@@ -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>



More information about the open-ils-commits mailing list