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 9989f4642..4f6061f51 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 @@ -15,6 +15,9 @@
  • Benutzer löschen +
    +
    +

    Steuerbüro C. Kaik

    @@ -48,19 +51,19 @@
    -
    + -
    + -
    + -
    + diff --git a/app/assets/stylesheets/zammad.css.scss b/app/assets/stylesheets/zammad.css.scss index 55f4341ff..57e9483be 100644 --- a/app/assets/stylesheets/zammad.css.scss +++ b/app/assets/stylesheets/zammad.css.scss @@ -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); + } +} + /*