web/data/cubicweb.old.css
changeset 7581 bf9f8fa7e5dc
parent 7347 691347c9467b
child 7799 6f84279e0718
--- a/web/data/cubicweb.old.css	Wed Jun 29 18:28:36 2011 +0200
+++ b/web/data/cubicweb.old.css	Wed Jun 29 18:28:55 2011 +0200
@@ -836,20 +836,29 @@
   top: -1px;
 }
 
-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 ;
 }
 
 table.ajaxEditRelationTable{