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.
		
			
				
	
	
		
			57 lines
		
	
	
		
			787 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			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;
 | |
| } |