formit.css 668 B

12345678910111213141516171819202122232425262728293031
  1. /* Should be moved to default theme. */
  2. .x-menu-item-icon {
  3. left: 7px !important;
  4. font-size: 14px !important;
  5. line-height: 16px !important;
  6. text-align: center !important;
  7. }
  8. /* Should be moved to default theme. */
  9. .x-btn-text .icon {
  10. margin-right: 8px;
  11. }
  12. #modx-action-buttons .x-btn-branding {
  13. background: none !important;
  14. box-shadow: none !important;
  15. border: none !important;
  16. color: #555555 !important;
  17. }
  18. .panel-alert-desc {
  19. padding: 10px !important;
  20. margin: 10px 10px 0;
  21. color: #a94442;
  22. background: #f2dede;
  23. border: 1px solid #ebccd1;
  24. }
  25. .x-window-formit .x-window-body {
  26. padding-top: 15px !important;
  27. }