# HG changeset patch # User Mads Kiilerich # Date 1404342204 14400 # Node ID a298c1770d8d1ba63777bf4c26e3975764b7c113 # Parent 9af9953a315971483903414cf8102dc7a907a8c8 old style: fix margin of textareas in settings diff -r 9af9953a3159 -r a298c1770d8d rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css Tue Dec 10 19:28:05 2013 +0100 +++ b/rhodecode/public/css/style.css Wed Jul 02 19:03:24 2014 -0400 @@ -1303,6 +1303,9 @@ #content div.box div.form div.fields div.field div.file { margin: 0 0 0 200px; } +#content div.box div.form div.fields div.field div.editor { + margin: 0 0 0 200px; +} #content div.box-left div.form div.fields div.field div.input, #content div.box-right div.form div.fields div.field div.input { margin: 0 0 0 0px;