adjust organization profile to new changes

This commit is contained in:
Felix Niklas 2014-11-14 13:55:24 +01:00
parent 9365dd95e5
commit 21b198c8e5
2 changed files with 30 additions and 5 deletions

View file

@ -15,6 +15,9 @@
<li role="presentation"><a role="menuitem" tabindex="-1">Benutzer löschen</a>
</ul>
</div>
<div class="profile-organizationIcon">
<div class="organisation icon"></div>
</div>
<h1>Steuerbüro C. Kaik</h1>
</div>
<div class="profile-section">
@ -48,19 +51,19 @@
<div class="profile-section">
<label><%- @T('Members') %></label>
<div class="profile-details horizontal wrap">
<div class="profile-detailsEntry">
<div class="profile-organizationMember">
<span class="avatar unique user-popover size-40" data-id="4" style="background-position: -97.5718417033075px -178.430732445616px;">AG</span>
<a href="#">Doreen Kubiak</a>
</div>
<div class="profile-detailsEntry">
<div class="profile-organizationMember">
<div class="avatar" style="background-image: url(https://pbs.twimg.com/profile_images/1216362658/DSC_0084-p_bigger.jpg)"></div>
<a href="#">Franz Xaver</a>
</div>
<div class="profile-detailsEntry">
<div class="profile-organizationMember">
<span class="avatar unique user-popover size-40" data-id="4" style="background-position: -27.5718417033075px -17.430732445616px;">JM</span>
<a href="#">Julius Müller</a>
</div>
<div class="profile-detailsEntry">
<div class="profile-organizationMember">
<span class="avatar unique user-popover size-40" data-id="4" style="background-position: -97.5718417033075px -178.430732445616px;">HH</span>
<a href="#">Hans Hubert</a>
</div>

View file

@ -4510,6 +4510,16 @@ label + .wizard-buttonList {
display: block;
}
.profile-organizationMember {
@extend .profile-detailsEntry;
@extend .horizontal;
@extend .center;
.avatar {
margin-right: 10px;
}
}
.profile-ticketList {
@extend .flex;
@extend .vertical;
@ -4521,7 +4531,6 @@ label + .wizard-buttonList {
.tasks {
@extend .flex;
@extend .vertical;
@extend .justified;
}
}
@ -4543,6 +4552,19 @@ label + .wizard-buttonList {
}
}
.profile-organizationIcon {
@extend .centered;
width: 80px;
height: 80px;
background: hsl(0,0%,87%);
border-radius: 100%;
opacity: 0.4;
.icon {
transform: scale(1.6);
}
}
/*