changeset 4154:a298c1770d8d rhodecode-2.2.5-gpl

old style: fix margin of textareas in settings
author Mads Kiilerich <madski@unity3d.com>
date Wed, 02 Jul 2014 19:03:24 -0400
parents 9af9953a3159
children cee56368e4f9
files rhodecode/public/css/style.css
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;