streams/view/css/mod_manage.css

25 lines
406 B
CSS
Raw Normal View History

2016-03-22 01:06:19 +00:00
.make-default-link,
.make-default-link:hover,
.channel-menu-link,
.channel-menu-link:hover {
2016-03-22 01:06:19 +00:00
color: inherit;
text-decoration: none;
}
2012-11-01 22:45:02 +00:00
2016-03-22 01:06:19 +00:00
.channel-photo-wrapper {
display: table-cell;
table-layout: fixed;
vertical-align: top;
2012-11-01 22:45:02 +00:00
}
2016-03-22 01:06:19 +00:00
.channel-photo-wrapper img {
border-radius: 4px;
}
2016-03-22 01:06:19 +00:00
.channel-notifications-wrapper {
display: table-cell;
table-layout: fixed;
vertical-align: top;
padding-left: 10px;
}