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
2012-11-02 18:55:40 +11:00

31 lines
426 B
CSS

#channels-selected {
color: #666666;
font-size: 1.2em;
margin-top: 20px;
margin-bottom: 10px;
}
#channels-desc {
color: #666666;
font-size: 1.2em;
margin-top: 15px;
margin-bottom: 20px;
}
.channel-selection-default {
font-size: 0.8em;
margin-bottom: 10px;
}
.channel-selection {
width: 120px;
float: left;
}
.channels-end {
clear: both;
}
.channel-selection-name-link {
font-size: 1.2em;
margin-top: 10px;
}