Ver código fonte

[svn r10636] reduce the size of the label column in the form (if you have a better solution to handle the form styles, please contact me)

Eric Marguin 18 anos atrás
pai
commit
d21b711eba
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      main/css/default/default.css

+ 2 - 2
main/css/default/default.css

@@ -1143,11 +1143,11 @@ div.row div.form_header {
 div.row div.label {
 	float: left;
 	text-align: right;
-	width: 18%;
+	width: 14%;
 }
 
 div.row div.formw {
-	width: 80%;
+	width: 83%;
 }
 
 [dir=ltr] div.row div.label,