You are here

matrix.css in Matrix field 6.2

/* Display settings */
.matrix-table {
}

.matrix-first-col {
  font-weight:bold;
}

.matrix-links {
}

/* Administration settings */
.matrix-settings-title,
.matrix-settings-type,
.matrix-settings-edit {
  display:inline;
	width:50px;
	overflow:hidden;
}

.matrix-boxes-selection,
#edit-element-type-wrapper,
#edit-title-wrapper,
#edit-size-wrapper,
#edit-options-wrapper,
#edit-calc-wrapper {
 float:left;
 padding-left:20px;
}

#matrix-clear {
  clear:both;
}

File

matrix.css
View source
  1. /* Display settings */
  2. .matrix-table {
  3. }
  4. .matrix-first-col {
  5. font-weight:bold;
  6. }
  7. .matrix-links {
  8. }
  9. /* Administration settings */
  10. .matrix-settings-title,
  11. .matrix-settings-type,
  12. .matrix-settings-edit {
  13. display:inline;
  14. width:50px;
  15. overflow:hidden;
  16. }
  17. .matrix-boxes-selection,
  18. #edit-element-type-wrapper,
  19. #edit-title-wrapper,
  20. #edit-size-wrapper,
  21. #edit-options-wrapper,
  22. #edit-calc-wrapper {
  23. float:left;
  24. padding-left:20px;
  25. }
  26. #matrix-clear {
  27. clear:both;
  28. }