You are here

ds.css in Display Suite 6

Same filename and directory in other branches
  1. 6.3 css/ds.css
  2. 6.2 css/ds.css
/* Display fields overview screen. */

#fields td {
	vertical-align: top;
  white-space: nowrap;
}

.settings-tab-row {
	margin: 0.5em 0;
	line-height: 2.5em;
}

#fields td.region {
  font-weight: bold;
}

#fields td.region a {
  font-weight: normal;
}

#fields tr.region-message {
  font-weight: normal;
  color: #999;
}

#fields tr.region-populated {
  display: none;
}

.field-region {
  background-color: #ff6;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 3px;
}

.ds-label-label {
	float: left;
	margin-right: 15px;
}

.ds-label-title {
	float: left;
}

.ds-label-title .form-text {
  width: 130px;
}

.settings-tab label {
  display: block;
  float: left;
  margin-right: 0.3em;
  width: 100px;
}

.region .description, .settings-tab, .ds-normal {
  font-weight: normal;
}

tr.region-css-disabled  {
  filter:alpha(opacity=60);
  -moz-opacity:0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.render-region .form-item {
	margin-top: 0;
	margin-bottom: 0;
}

span.label-field, span.label-edit {
  padding:2px;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:24px;
}

span.label-field {
  font-size: 13px;
  float: left;
}

span.label-edit {
  font-size: 11px;
  float: right;
}

span.field-group {
  font-weight: bold;
}

.ds-display {
	display: block;
}

.ds-hidden {
  display: none;
}

#display-tabs {
  display: block;
  font-size: 14px;
}

#field-tab {
  float: left;
  border: 1px solid #eee;
  padding: 5px;
}

#ds-tabs .tab {
  float: left;
  margin-left: 5px;
  border: 1px solid #eee;
  padding: 5px;
}

#ds-tabs .selected {
  background-color: #EDF5FA;
}

#ds-tabs .not-selected {
  background-color: #FFFFFF;
}

#ds-overview-page .ds-row-title {
  font-weight: bold;
  background: #E4F0F8 none repeat scroll 0 0;
  font-size: 14px;
}

#ds-overview-page .ds-row-type {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
}

File

css/ds.css
View source
  1. /* Display fields overview screen. */
  2. #fields td {
  3. vertical-align: top;
  4. white-space: nowrap;
  5. }
  6. .settings-tab-row {
  7. margin: 0.5em 0;
  8. line-height: 2.5em;
  9. }
  10. #fields td.region {
  11. font-weight: bold;
  12. }
  13. #fields td.region a {
  14. font-weight: normal;
  15. }
  16. #fields tr.region-message {
  17. font-weight: normal;
  18. color: #999;
  19. }
  20. #fields tr.region-populated {
  21. display: none;
  22. }
  23. .field-region {
  24. background-color: #ff6;
  25. margin-top: 4px;
  26. margin-bottom: 4px;
  27. padding: 3px;
  28. }
  29. .ds-label-label {
  30. float: left;
  31. margin-right: 15px;
  32. }
  33. .ds-label-title {
  34. float: left;
  35. }
  36. .ds-label-title .form-text {
  37. width: 130px;
  38. }
  39. .settings-tab label {
  40. display: block;
  41. float: left;
  42. margin-right: 0.3em;
  43. width: 100px;
  44. }
  45. .region .description, .settings-tab, .ds-normal {
  46. font-weight: normal;
  47. }
  48. tr.region-css-disabled {
  49. filter:alpha(opacity=60);
  50. -moz-opacity:0.6;
  51. -khtml-opacity: 0.6;
  52. opacity: 0.6;
  53. }
  54. .render-region .form-item {
  55. margin-top: 0;
  56. margin-bottom: 0;
  57. }
  58. span.label-field, span.label-edit {
  59. padding:2px;
  60. font-size-adjust:none;
  61. font-stretch:normal;
  62. font-style:normal;
  63. font-variant:normal;
  64. font-weight:normal;
  65. line-height:24px;
  66. }
  67. span.label-field {
  68. font-size: 13px;
  69. float: left;
  70. }
  71. span.label-edit {
  72. font-size: 11px;
  73. float: right;
  74. }
  75. span.field-group {
  76. font-weight: bold;
  77. }
  78. .ds-display {
  79. display: block;
  80. }
  81. .ds-hidden {
  82. display: none;
  83. }
  84. #display-tabs {
  85. display: block;
  86. font-size: 14px;
  87. }
  88. #field-tab {
  89. float: left;
  90. border: 1px solid #eee;
  91. padding: 5px;
  92. }
  93. #ds-tabs .tab {
  94. float: left;
  95. margin-left: 5px;
  96. border: 1px solid #eee;
  97. padding: 5px;
  98. }
  99. #ds-tabs .selected {
  100. background-color: #EDF5FA;
  101. }
  102. #ds-tabs .not-selected {
  103. background-color: #FFFFFF;
  104. }
  105. #ds-overview-page .ds-row-title {
  106. font-weight: bold;
  107. background: #E4F0F8 none repeat scroll 0 0;
  108. font-size: 14px;
  109. }
  110. #ds-overview-page .ds-row-type {
  111. background: #fff none repeat scroll 0 0;
  112. border: 0 none;
  113. }