You are here

colors.admin.css in Colors 8

Same filename and directory in other branches
  1. 7 css/colors.admin.css

Styles for FullCalendar Colors admin page.

File

css/colors.admin.css
View source
  1. /**
  2. * @file
  3. * Styles for FullCalendar Colors admin page.
  4. */
  5. details.views-left-25 {
  6. float: left; /* LTR */
  7. width: 24%;
  8. margin-right: 20px;
  9. }
  10. [dir="rtl"] details.views-left-25 {
  11. float: right;
  12. }
  13. details.overflow-hidden {
  14. overflow: hidden;
  15. }
  16. table#colors-entities,
  17. #colors-ui-settings .tabledrag-toggle-weight-wrapper {
  18. width: 50%;
  19. }
  20. #colors-ui-settings .tabledrag-changed-warning {
  21. width: 45%;
  22. }
  23. /* deprecated? */
  24. .fieldset-wrapper {
  25. overflow: auto;
  26. }
  27. .fieldset-wrapper .form-item {
  28. display: block;
  29. float: left;
  30. width: 33%;
  31. }
  32. .fieldset-wrapper .form-type-checkbox {
  33. width: 100%;
  34. }