src/Pumukit/WebTVBundle/Resources/views/Css/template_wall.css.twig line 1

Open in your IDE?
  1. .wall-image .thumbnail {
  2.     margin-bottom: 0;
  3.     padding:0 !important;
  4.     background-color: transparent !important;
  5. }
  6. .wall-image .image_representation {
  7.     margin-top:0;
  8.     padding-left:0;
  9.     padding-right: 0;
  10. }
  11. .wall-container {
  12.     margin: 0;
  13. }
  14. .wall-info {
  15.     border-right: 1px solid #ddd;
  16. }
  17. .wall-info .wall-title {
  18.     margin-left: 5px;
  19. }
  20. .wall-info .wall-subtitle {
  21.     margin-top:10px;
  22.     margin-left: 5px;
  23.     height: 100%;
  24. }
  25. .wall-labels{
  26.     margin-top:10%;
  27.     font-size:20px;
  28.     margin-bottom: 10px;
  29. }