web/data/cubicweb.css
changeset 7581 bf9f8fa7e5dc
parent 7323 53f38d39287f
child 7709 83534bb9d893
--- a/web/data/cubicweb.css	Wed Jun 29 18:28:36 2011 +0200
+++ b/web/data/cubicweb.css	Wed Jun 29 18:28:55 2011 +0200
@@ -819,21 +819,29 @@
  background: %(listingHihligthedBgColor)s;
 }
 
-table.htableForm {
+table.htableForm label, table.oneRowTableForm label {
   vertical-align: middle;
 }
-
-table.htableForm td{
+table.htableForm td {
   padding-left: 1em;
   padding-top: 0.5em;
 }
-table.htableForm th{
+table.htableForm th {
   padding-left: 1em;
 }
 table.htableForm .validateButton {
   margin-right: 0.2em;
-  vertical-align: top;
-  margin-bottom: 0.2em; /* because vertical-align doesn't seems to have any effect */
+  margin-bottom: 0.2em;
+}
+
+table.oneRowTableForm td {
+  padding-left: 0.5em;
+}
+table.oneRowTableForm th {
+  padding-left: 1em;
+}
+table.oneRowTableForm .validateButton {
+  margin: 0 0 0 1em ;
 }