From 89c7cf8a15c5968cbec79f30250ff414e29268ba Mon Sep 17 00:00:00 2001 From: Stig Lindqvist Date: Thu, 10 May 2012 17:52:49 +1200 Subject: [PATCH] MINOR Aligned the 'Add field' buttons and drop down --- css/FieldEditor.css | 5 ++--- templates/FieldEditor.ss | 25 +++++++++++++------------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/css/FieldEditor.css b/css/FieldEditor.css index 476e178..661266e 100755 --- a/css/FieldEditor.css +++ b/css/FieldEditor.css @@ -10,7 +10,6 @@ border: 1px solid #ddd; background: #f4f4f4; overflow: hidden; - padding: 4px 0; width: 100%; } .MenuHolder h2 { @@ -21,13 +20,13 @@ .MenuHolder select { float: left; width: 240px; - margin: 7px 0 0 8px; + margin: 18px 0 0 8px; font-size: 11px; } .MenuHolder .action { float: left; - margin: 7px 0 0 4px; + margin: 14px 0 0 4px; font-size: 11px; } diff --git a/templates/FieldEditor.ss b/templates/FieldEditor.ss index 58c5938..522c924 100755 --- a/templates/FieldEditor.ss +++ b/templates/FieldEditor.ss @@ -10,20 +10,21 @@ <% end_control %> - + <% if canEdit %> - + <% control CreatableFields %> + + <% end_control %> + + + + <% end_if %> + \ No newline at end of file