migrate.css 572 B

12345678910111213141516171819202122232425262728293031
  1. #modx-container {
  2. margin-top: 37px;
  3. }
  4. #modx-leftbar {
  5. top: 92px !important;
  6. }
  7. #modx-content {
  8. top: 92px !important;
  9. }
  10. .formit-alert-migrate {
  11. position: absolute;
  12. top: 0;
  13. left: 0;
  14. width: 100%;
  15. z-index: 20;
  16. background: #c0272b;
  17. color: #fff;
  18. height: 36px;
  19. line-height: 36px;
  20. text-align: center;
  21. border-bottom: 1px solid rgba(255,255,255,0.3);
  22. }
  23. .formit-alert-migrate a {
  24. color: #fff;
  25. text-decoration: none;
  26. display: block;
  27. }
  28. .formit-alert-migrate a:hover {
  29. color: #fff;
  30. text-decoration: underline;
  31. }