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
friendica 43f43d78cf regression: need float clear on manage page so footer doesn't end up floated,
add default value to features so that features can be created that are default enabled, or modified later to default enabled without requiring a system config to accomplish this.
2015-01-05 20:57:30 -08:00

57 lines
787 B
CSS

#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;
}