You are here

views-system-screenshot.css in Views System 7.3

/**
 * Screenshot field.
 */
.views-system-screenshot-large {
  border: 1px solid #e0e0d8;
  padding: 2px;
  vertical-align: bottom;
  width: 294px;
  height: 219px;
  line-height: 219px;
  text-align: center;
}
.views-system-screenshot-medium {
  border: 1px solid #e0e0d8;
  padding: 2px;
  vertical-align: bottom;
  width: 194px;
  height: 144px;
  line-height: 144px;
  text-align: center;
}
.views-system-screenshot-small {
  border: 1px solid #e0e0d8;
  padding: 2px;
  vertical-align: bottom;
  width: 94px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

File

styles/views-system-screenshot.css
View source
  1. /**
  2. * Screenshot field.
  3. */
  4. .views-system-screenshot-large {
  5. border: 1px solid #e0e0d8;
  6. padding: 2px;
  7. vertical-align: bottom;
  8. width: 294px;
  9. height: 219px;
  10. line-height: 219px;
  11. text-align: center;
  12. }
  13. .views-system-screenshot-medium {
  14. border: 1px solid #e0e0d8;
  15. padding: 2px;
  16. vertical-align: bottom;
  17. width: 194px;
  18. height: 144px;
  19. line-height: 144px;
  20. text-align: center;
  21. }
  22. .views-system-screenshot-small {
  23. border: 1px solid #e0e0d8;
  24. padding: 2px;
  25. vertical-align: bottom;
  26. width: 94px;
  27. height: 70px;
  28. line-height: 70px;
  29. text-align: center;
  30. }