You are here

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
  1. .clear{clear: both;}
  2. #youtubechannel-player {
  3. margin-bottom: 10px;
  4. }
  5. #youtubechannel-player iframe{
  6. float:left;
  7. }
  8. #youtubechannel-list{
  9. float: left;
  10. width:240px !important;
  11. overflow-y: scroll;
  12. margin: 0;
  13. padding: 0;
  14. }
  15. #youtubechannel-list li {
  16. background: none;
  17. display: block;
  18. height: 60px;
  19. margin: 0 ;
  20. padding: 5px 0 5px 0;
  21. border-bottom: 1px solid #CCCCCC;
  22. clear:both;
  23. }
  24. #youtubechannel-list li:hover{
  25. background: #EEEEEE;
  26. }
  27. #youtubechannel-list img {
  28. border: 1px solid #c3c3c3;
  29. margin-left: 5px;
  30. height: 55px;
  31. float: left;
  32. }
  33. #youtubechannel-list span{
  34. float: right;
  35. font-weight: normal;
  36. width:150px;
  37. }