##// END OF EJS Templates
old style: fix margin of textareas in settings
Mads Kiilerich -
r4154:a298c177 rhodecode-2.2.5-gpl
parent child Browse files
Show More
@@ -1303,6 +1303,9 b' tbody .yui-dt-editable { cursor: pointer'
1303 #content div.box div.form div.fields div.field div.file {
1303 #content div.box div.form div.fields div.field div.file {
1304 margin: 0 0 0 200px;
1304 margin: 0 0 0 200px;
1305 }
1305 }
1306 #content div.box div.form div.fields div.field div.editor {
1307 margin: 0 0 0 200px;
1308 }
1306
1309
1307 #content div.box-left div.form div.fields div.field div.input, #content div.box-right div.form div.fields div.field div.input {
1310 #content div.box-left div.form div.fields div.field div.input, #content div.box-right div.form div.fields div.field div.input {
1308 margin: 0 0 0 0px;
1311 margin: 0 0 0 0px;
General Comments 0
You need to be logged in to leave comments. Login now