1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/view/css/mod_manage.css

57 lines
787 B
CSS
Raw Normal View History

#channels-selected {
color: #666666;
font-size: 0.8em;
}
#channels-desc {
color: #666666;
font-size: 1.2em;
margin-top: 15px;
margin-bottom: 20px;
}
.channels-break {
margin-bottom: 15px;
}
.channel-selection-default {
font-size: 0.8em;
margin-bottom: 10px;
}
.channel-selection {
width: 12em;
height: 16em;
float: left;
text-align: center;
}
.channel-selection img {
display: block;
margin-left: auto;
margin-right: auto;
}
.channel-selection-name-link {
font-size: 1.2em;
margin-top: 10px;
}
.channel-selection-name-link .channel-name {
padding-top: 10px;
word-wrap: break-word;
overflow: hidden;
}
.channels-notifications-wrapper {
clear: both;
padding-top: 10px;
}
.selected-channel img {
border: 2px solid #ff0000;
}
.channels-end {
clear: both;
}