This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/view/css/mod_manage.css

23 lines
360 B
CSS

.make-default-link,
.make-default-link:hover {
color: inherit;
text-decoration: none;
}
.channel-photo-wrapper {
display: table-cell;
table-layout: fixed;
vertical-align: top;
}
.channel-photo-wrapper img {
border-radius: 4px;
}
.channel-notifications-wrapper {
display: table-cell;
table-layout: fixed;
vertical-align: top;
padding-left: 10px;
}