You are here

ds.admin.css in Display Suite 7

Administration CSS for Display Suite.

File

css/ds.admin.css
View source
  1. /**
  2. * @file
  3. * Administration CSS for Display Suite.
  4. */
  5. /**
  6. * Field template.
  7. */
  8. .field-template {
  9. display: none;
  10. min-width: 450px;
  11. z-index: 1000;
  12. }
  13. .ds-extras-field-template {
  14. margin-bottom: 1em;
  15. }
  16. .field-formatter-settings-editing .ft-link {
  17. display: none;
  18. }
  19. .ft-group div.form-item {
  20. float: left;
  21. width: 130px;
  22. }
  23. /**
  24. * Limit
  25. */
  26. .limit-float {
  27. float: left;
  28. margin-right: 5px;
  29. }
  30. /**
  31. * Modal
  32. */
  33. #modalBackdrop {
  34. position: fixed!important;
  35. background-color: #000!important;
  36. }
  37. div.ctools-modal-content .modal-header {
  38. padding: 5px;
  39. background-color: #E1E2DC;
  40. }
  41. div.ctools-modal-content a.close {
  42. color: #666;
  43. }
  44. div.ctools-modal-content .modal-title {
  45. /*font-weight: normal;*/
  46. color: #666;
  47. }
  48. div.ctools-modal-content .modal-header img {
  49. display: none;
  50. }
  51. div.ctools-modal-content .form-item label {
  52. width: 100%;
  53. float: none;
  54. clear: both;
  55. }
  56. div.ctools-modal-content .resizable-textarea {
  57. width: 100%;
  58. margin-left: 0;
  59. margin-right: 0;
  60. }
  61. div.ctools-modal-content {
  62. font-size: 12px;
  63. border: solid 1px #ddd;
  64. -webkit-border-radius: 0.5em;
  65. -moz-border-radius: 0.5em;
  66. -webkit-box-shadow: -1em 1em 1em rgba(0, 0, 0, 0.5);
  67. }
  68. a.section-link {
  69. display: block;
  70. }
  71. #ctools-content-selection h2 {
  72. color: #666;
  73. }
  74. .option-text-aligner .form-item {
  75. float: left;
  76. padding: .25em 1em .25em 0;
  77. margin: 0;
  78. }
  79. .option-text-aligner {
  80. clear: both;
  81. width: 100%;
  82. padding: 0;
  83. margin: 0;
  84. }
  85. /**
  86. * CTools content selection.
  87. */
  88. #ctools-content-selection #ds-left {
  89. float: left;
  90. width: 30%;
  91. }
  92. #ctools-content-selection #ds-right {
  93. float: left;
  94. width: 70%;
  95. }
  96. #ctools-content-selection .selection-hide {
  97. display: none;
  98. }
  99. #ctools-content-selection .content-item {
  100. width: 50%;
  101. float: left;
  102. }
  103. /**
  104. * Fieldset in vertical tabs.
  105. */
  106. .vertical-tabs fieldset#edit-additional-settings-ds-page-title-options-page-option-contexts {
  107. margin: 1em 0;
  108. padding: 2.5em 0 0;
  109. border: 1px solid #CCCCCC;
  110. }
  111. #edit-additional-settings-ds-page-title-options-page-option-contexts legend {
  112. display: block;
  113. }