Skip to content
Snippets Groups Projects
Commit 5ebb9504 authored by Elmar Ludwig's avatar Elmar Ludwig Committed by Jan-Hendrik Willms
Browse files

add CSS for .institute-avatar-small/medium, fixes #3540

Closes #3540

Merge request studip/studip!2429
parent 55d3689a
No related branches found
No related tags found
No related merge requests found
......@@ -62,13 +62,15 @@ div.avatar-widget {
height: $avatar-normal;
}
.course-avatar-small {
.course-avatar-small,
.institute-avatar-small {
vertical-align: middle;
max-width: 25px;
height: 25px;
}
.course-avatar-medium {
.course-avatar-medium,
.institute-avatar-medium {
max-width: 180px;
height: 60px;
}
......@@ -88,7 +90,6 @@ div.avatar-widget {
width: 60px;
}
#custom_avatar label {
display: block;
font-weight: bold;
......
......@@ -78,7 +78,7 @@
}
.course-avatar-medium,
.stream-avatar-medium,
.institute-avatar-medium,
.avatar-medium {
max-width: 60px;
height: 60px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment