pixel pushing in the profile > member section

This commit is contained in:
Felix Niklas 2014-11-15 17:15:39 +01:00
parent 177dc4464b
commit f4c97de9e7
3 changed files with 11 additions and 7 deletions

View file

@ -48,7 +48,7 @@
</div>
</div>
</div>
<div class="profile-section">
<div class="profile-section profile-memberSection">
<label><%- @T('Members') %></label>
<div class="profile-details horizontal wrap">
<div class="profile-organizationMember">

View file

@ -32,7 +32,7 @@
</div>
<% if @organization.members: %>
<div class="profile-section">
<div class="profile-section profile-memberSection">
<label><%- @T('Members') %></label>
<div class="profile-details horizontal wrap">

View file

@ -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;
@ -4502,6 +4502,10 @@ label + .wizard-buttonList {
.profile-section {
padding: 20px 50px;
&.profile-memberSection {
margin-bottom: 10px;
}
}
.profile-section:not(:last-child) {