eventman.css 649 B

1234567891011121314151617181920212223242526272829303132
  1. /* nav-bar padding */
  2. body { padding-top: 70px; }
  3. /* fix styling for empty href */
  4. .nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
  5. /* margins for lists */
  6. .top5 { margin-top: 5px; }
  7. .top10 { margin-top: 10px; }
  8. .top15 { margin-top: 15px; }
  9. .top20 { margin-top: 20px; }
  10. .top30 { margin-top: 30px; }
  11. .vcenter {
  12. vertical-align: middle;
  13. /* display: table-cell !important; */
  14. display: inline-block !important;
  15. float: none;
  16. }
  17. .eventman-message {
  18. position: fixed;
  19. top: 2%;
  20. width: 40%;
  21. left: 30%;
  22. text-align: center;
  23. display: inline-block;
  24. z-index: 10000;
  25. }
  26. /* .row { display: table; } */