You are here

editor-note-ctools-style.css in Editor Notes 7

Styles for custom CTools popups.

File

css/editor-note-ctools-style.css
View source
  1. /**
  2. * @file
  3. * Styles for custom CTools popups.
  4. */
  5. #modalContent {
  6. border: 1px solid #ccc;
  7. }
  8. #modalContent .modal-header {
  9. background: none repeat scroll 0 0 #e1e2dc;
  10. font-weight: bold;
  11. padding: 0.5em 1em 0.3em;
  12. position: relative;
  13. }
  14. #modalContent .modal-title {
  15. color: #000;
  16. font-size: 100%;
  17. font-weight: bold;
  18. overflow: hidden;
  19. white-space: normal;
  20. }
  21. #modalContent a.close {
  22. display: none;
  23. }
  24. #modalContent .ctools-modal-content {
  25. background: none repeat scroll 0 0 #fff;
  26. border: 3px solid #fff;
  27. color: #000;
  28. margin: 0;
  29. padding: 0;
  30. text-align: left;
  31. }
  32. #modalContent .ctools-modal-content p {
  33. display: block;
  34. margin: 0 0 15px 0;
  35. }
  36. #modalContent .ctools-modal-content .form-item label {
  37. float: none;
  38. width: auto;
  39. }
  40. #modalContent .ctools-modal-content .resizable-textarea {
  41. margin: 0;
  42. }
  43. #modalContent .ctools-modal-content .editor-note-actions {
  44. padding: 1em 0 0;
  45. text-align: right;
  46. }