# HG changeset patch # User Mads Kiilerich # Date 2014-07-02 23:03:24 # Node ID a298c1770d8d1ba63777bf4c26e3975764b7c113 # Parent 9af9953a315971483903414cf8102dc7a907a8c8 old style: fix margin of textareas in settings diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -1303,6 +1303,9 @@ tbody .yui-dt-editable { cursor: pointer #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;