adjust layout of question db tool boxes, resorting to use of a table.
authorGreg Gay <info@atutor.ca>
Sun, 8 Aug 2010 14:03:04 +0000 (14:03 -0000)
committerGreg Gay <info@atutor.ca>
Sun, 8 Aug 2010 14:03:04 +0000 (14:03 -0000)
docs/themes/default/styles.css

index 3a8937e..093db1d 100644 (file)
@@ -903,10 +903,7 @@ div.box .odd {
     background-color: transparent;
 }
 
-fieldset {
-  margin-bottom: 10pt;
 
-}
 
 div#container {
   text-align: left;
@@ -986,10 +983,21 @@ legend.group_form{
   font-weight: 600;
   color: black;
   height:1.5em;
-
   display:none;
 }
+fieldset.group_form1{
+  margin:.5em;
+  min-height:15em;
+
+
+}
 
+table.qdb_table{
+width:100%;
+}
+table.qdb_table td{
+vertical-align:top;
+}
 /* highlight active links for WCAG 2.0 conformance */
 a:active,a:hover,a:focus{
   background-color:#FAEBD7;