From f4c97de9e78e348f801065dba284d9213e550ef2 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Sat, 15 Nov 2014 17:15:39 +0100 Subject: [PATCH] pixel pushing in the profile > member section --- .../views/layout_ref/organization_profile.jst.eco | 2 +- .../app/views/organization_profile.jst.eco | 2 +- app/assets/stylesheets/zammad.css.scss | 14 +++++++++----- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/app/assets/javascripts/app/views/layout_ref/organization_profile.jst.eco b/app/assets/javascripts/app/views/layout_ref/organization_profile.jst.eco index a66317376..8b0a8d1da 100644 --- a/app/assets/javascripts/app/views/layout_ref/organization_profile.jst.eco +++ b/app/assets/javascripts/app/views/layout_ref/organization_profile.jst.eco @@ -48,7 +48,7 @@ -
+
diff --git a/app/assets/javascripts/app/views/organization_profile.jst.eco b/app/assets/javascripts/app/views/organization_profile.jst.eco index 2b999211d..996059cee 100644 --- a/app/assets/javascripts/app/views/organization_profile.jst.eco +++ b/app/assets/javascripts/app/views/organization_profile.jst.eco @@ -32,7 +32,7 @@
<% if @organization.members: %> -
+
diff --git a/app/assets/stylesheets/zammad.css.scss b/app/assets/stylesheets/zammad.css.scss index a46d5b952..c4182c533 100644 --- a/app/assets/stylesheets/zammad.css.scss +++ b/app/assets/stylesheets/zammad.css.scss @@ -522,7 +522,7 @@ h5 { label, .checkbox.form-group label { text-transform: uppercase; - color: #999; + color: hsl(0,0%,60%); display: block; font-size: 12px; font-weight: normal; @@ -1646,10 +1646,10 @@ footer { } .can-move-placeholder { - border: 1px dashed #DDD; - background: #EEE; - margin-top: 5px; - margin-bottom: 5px; + border: 1px dashed #DDD; + background: #EEE; + margin-top: 5px; + margin-bottom: 5px; } .customer_info { @@ -4502,6 +4502,10 @@ label + .wizard-buttonList { .profile-section { padding: 20px 50px; + + &.profile-memberSection { + margin-bottom: 10px; + } } .profile-section:not(:last-child) {