You are here

ds.admin.css in Display Suite 8.4

Administration CSS for Display Suite.

File

css/ds.admin.css
View source
  1. /**
  2. * @file
  3. * Administration CSS for Display Suite.
  4. */
  5. .ds-extras-field-template {
  6. margin-bottom: 1em;
  7. }
  8. .ft-settings .ft-group {
  9. border-top: 1px solid #aaa;
  10. padding: 5px 0;
  11. overflow: auto;
  12. }
  13. .field-formatter-settings-edit-form .ft-group .form-item {
  14. margin: 0;
  15. }
  16. .ds-layout-preview-title {
  17. font-weight: bold;
  18. }
  19. .ds-layout-preview-image {
  20. float: left;
  21. width: 150px;
  22. padding-top: 10px;
  23. }
  24. .ds-layout-preview-image img {
  25. width: 150px;
  26. }
  27. .ds-layout-preview-suggestion {
  28. min-width: 150px;
  29. overflow: hidden;
  30. padding-left: 30px;
  31. }
  32. .ft-group div.form-item {
  33. float: left;
  34. width: 130px;
  35. }
  36. .ds-after-suggestion {
  37. clear: both;
  38. padding-top: 10px;
  39. }
  40. /**
  41. * Displays list
  42. */
  43. .ds-display-list-options {
  44. width: 300px;
  45. }
  46. /**
  47. * Limit
  48. */
  49. .limit-float {
  50. float: left;
  51. margin-right: 5px;
  52. }
  53. /**
  54. * Change layout screen.
  55. */
  56. .change-ds-layout-info {
  57. margin-bottom: 10px;
  58. }
  59. .change-ds-layout-old-region {
  60. font-weight: bold;
  61. }
  62. .ds-layout-change-save {
  63. clear: both;
  64. }
  65. .ds-layout-preview-arrow {
  66. float: left;
  67. margin: 80px 10px 0 5px;
  68. }
  69. .ds-layout-regions {
  70. float: left;
  71. width: 210px;
  72. }