youtubechannel.css in YoutubeChannel 6
.clear{clear: both;}
#youtubechannel-player {
margin-bottom: 10px;
}
#youtubechannel-player iframe{
float:left;
}
#youtubechannel-list{
float: left;
width:240px !important;
overflow-y: scroll;
margin: 0;
padding: 0;
}
#youtubechannel-list li {
background: none;
display: block;
height: 60px;
margin: 0 ;
padding: 5px 0 5px 0;
border-bottom: 1px solid #CCCCCC;
clear:both;
}
#youtubechannel-list li:hover{
background: #EEEEEE;
}
#youtubechannel-list img {
border: 1px solid #c3c3c3;
margin-left: 5px;
height: 55px;
float: left;
}
#youtubechannel-list span{
float: right;
font-weight: normal;
width:150px;
}
File
themes/complex/youtubechannel.css
View source
- .clear{clear: both;}
-
- #youtubechannel-player {
- margin-bottom: 10px;
- }
- #youtubechannel-player iframe{
- float:left;
- }
-
- #youtubechannel-list{
- float: left;
- width:240px !important;
- overflow-y: scroll;
- margin: 0;
- padding: 0;
- }
-
- #youtubechannel-list li {
- background: none;
- display: block;
- height: 60px;
- margin: 0 ;
- padding: 5px 0 5px 0;
- border-bottom: 1px solid #CCCCCC;
- clear:both;
- }
-
- #youtubechannel-list li:hover{
- background: #EEEEEE;
- }
-
- #youtubechannel-list img {
- border: 1px solid #c3c3c3;
- margin-left: 5px;
- height: 55px;
- float: left;
- }
-
- #youtubechannel-list span{
- float: right;
- font-weight: normal;
- width:150px;
- }