You are here

spaces.css in Spaces 6.3

table.spaces tr.inherited,
table.spaces tr.disabled { color:#999; }

table.spaces td.value,
table.spaces td.label   { width:75%; }

table.spaces td.option,
table.spaces td.storage { width:10%; }

table.spaces td.action-label,
table.spaces td.controller,
table.spaces td.actions {
  width:25%;
  white-space:nowrap;
  }

table.spaces td.action-label { font-weight:bold; }

table.spaces td.action-form div.form-item div.form-item {
  display:inline;
  margin:0px;
  padding:0px;
}

table.spaces td.key { font-family: "Andale Mono",monospace; }

table.spaces td.actions li,
table.spaces td.actions li a {
  display:inline;
  float:none;
  }

/**
 * Menu editor.
 */
ul.spaces-menu-editing {
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border:3px dashed #aaa;
  margin:-3px;
}

ul.spaces-menu-editing li,
ul.spaces-menu-editing li a { cursor:move; }

File

spaces.css
View source
  1. table.spaces tr.inherited,
  2. table.spaces tr.disabled { color:#999; }
  3. table.spaces td.value,
  4. table.spaces td.label { width:75%; }
  5. table.spaces td.option,
  6. table.spaces td.storage { width:10%; }
  7. table.spaces td.action-label,
  8. table.spaces td.controller,
  9. table.spaces td.actions {
  10. width:25%;
  11. white-space:nowrap;
  12. }
  13. table.spaces td.action-label { font-weight:bold; }
  14. table.spaces td.action-form div.form-item div.form-item {
  15. display:inline;
  16. margin:0px;
  17. padding:0px;
  18. }
  19. table.spaces td.key { font-family: "Andale Mono",monospace; }
  20. table.spaces td.actions li,
  21. table.spaces td.actions li a {
  22. display:inline;
  23. float:none;
  24. }
  25. /**
  26. * Menu editor.
  27. */
  28. ul.spaces-menu-editing {
  29. -moz-border-radius:5px;
  30. -webkit-border-radius:5px;
  31. border:3px dashed #aaa;
  32. margin:-3px;
  33. }
  34. ul.spaces-menu-editing li,
  35. ul.spaces-menu-editing li a { cursor:move; }