buildroot.css 685 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. body {
  2. padding-top: 60px;
  3. padding-bottom: 40px;
  4. }
  5. .button_column {
  6. width: 430px;
  7. }
  8. .gplus {
  9. float:right;
  10. margin: 10px 0 0;
  11. }
  12. div.sponsor-main {
  13. background: #eeeeee;
  14. padding-top: 2em;
  15. padding-bottom: 2em;
  16. }
  17. div.sponsor {
  18. padding: 0.5em;
  19. height: 12em;
  20. display: table !important;
  21. }
  22. div.sponsor-description {
  23. background: #eeeeee;
  24. display: table-cell;
  25. vertical-align: middle;
  26. text-align: center;
  27. }
  28. div.sponsor-description img {
  29. max-width: 99%;
  30. height: 4em;
  31. margin-bottom: 1em;
  32. }
  33. div.panel-body p {
  34. text-overflow: ellipsis;
  35. width: 95%;
  36. white-space: nowrap;
  37. overflow: hidden;
  38. height: 1.5em;
  39. }