streams/view/css/mod_manage.css

31 lines
426 B
CSS
Raw Normal View History

#channels-selected {
color: #666666;
font-size: 1.2em;
margin-top: 20px;
margin-bottom: 10px;
}
2012-11-01 22:45:02 +00:00
#channels-desc {
color: #666666;
font-size: 1.2em;
2012-11-01 22:45:02 +00:00
margin-top: 15px;
margin-bottom: 20px;
}
2012-11-02 07:55:40 +00:00
.channel-selection-default {
font-size: 0.8em;
margin-bottom: 10px;
}
2012-11-01 22:45:02 +00:00
.channel-selection {
width: 120px;
float: left;
}
.channels-end {
clear: both;
}
.channel-selection-name-link {
font-size: 1.2em;
margin-top: 10px;
2012-11-01 22:45:02 +00:00
}