made toolbox narrower, made result row table width fixed
authorWilliam Rockwood <wrockwood@tadl.org>
Wed, 21 Nov 2012 21:13:58 +0000 (16:13 -0500)
committerWilliam Rockwood <wrockwood@tadl.org>
Wed, 21 Nov 2012 21:13:58 +0000 (16:13 -0500)
- Title says it all, really.

Signed-off-by: William Rockwood <wrockwood@tadl.org>
css/tadl.css
templates_tadlskin/opac/parts/result/table.tt2

index 9979451..c4be59c 100644 (file)
@@ -882,7 +882,7 @@ div.bigger {
 }
 
 div.result_table_utils_cont {
-    width: 250px;
+    width: 150px;
     text-align:left;
 }
 
index 7bff512..d48dfa1 100644 (file)
@@ -27,7 +27,7 @@
             </div>
             <div class="result_block">
                 <table cellpadding="0" cellspacing="0"
-                    border="0" style="margin-top:10px;">
+                    border="0" style="margin-top:10px; width:740px;">
                     <tbody id="result_table">
                     [%  FOR rec IN ctx.records;
                             attrs = {marc_xml => rec.marc_xml};