streams/view/css/mod_manage.css

49 lines
659 B
CSS
Raw Normal View History

#channels-selected {
color: #666666;
2014-02-12 11:05:55 +00:00
font-size: 0.8em;
}
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;
}
2014-02-12 11:05:55 +00:00
.channels-break {
margin-bottom: 15px;
}
#selected-channel {
2014-02-12 11:05:55 +00:00
float: left;
margin-left: 0;
}
.channels-end.selected {
clear: both;
}
#selected-channel .channel-selection {
clear: both;
width: 120px;
margin: 0px auto 0px auto;
}
2012-11-02 07:55:40 +00:00
.channel-selection-default {
font-size: 0.8em;
margin-bottom: 10px;
}
#all-channels .channel-selection {
2012-11-01 22:45:02 +00:00
width: 120px;
float: left;
2014-02-12 11:05:55 +00:00
margin-bottom: 15px;
2012-11-01 22:45:02 +00:00
}
.channels-end {
clear: both;
}
.channel-selection-name-link {
font-size: 1.2em;
margin-top: 10px;
2012-11-01 22:45:02 +00:00
}