You are here

scald_youtube_search.css in Scald YouTube 7

This file contains the basic theming for the YouTube Search Grid.

File

css/scald_youtube_search.css
View source
  1. /**
  2. * @file
  3. * This file contains the basic theming
  4. * for the YouTube Search Grid.
  5. */
  6. .youtube-result-item-id {
  7. display: none;
  8. }
  9. .youtube-result-item {
  10. width: 50%;
  11. float: left;
  12. cursor: pointer;
  13. height: 140px;
  14. padding-top: 10px;
  15. }