You are here

spaces.css in Spaces 5.2

/* SPACES FEATURES */
table.spaces-features tr.enabled {
  background: #cf8;
  border-color:#8c4;
  }

table.spaces-features tr.disabled {
  background: #eee;
  color:#999;
  }

table.spaces-features tr.locked td.name {
  background:url(images/lock.gif) 5px 50% no-repeat;
  padding-left:30px;
  }

table.spaces-admin td.actions {
  padding-top:10px; padding-bottom:10px;
  text-align:center;
  }

table.spaces-admin tr.disabled {
  color:#999;
  }

table.spaces-admin tr.hidden {
  display:none;
  }

File

spaces.css
View source
  1. /* SPACES FEATURES */
  2. table.spaces-features tr.enabled {
  3. background: #cf8;
  4. border-color:#8c4;
  5. }
  6. table.spaces-features tr.disabled {
  7. background: #eee;
  8. color:#999;
  9. }
  10. table.spaces-features tr.locked td.name {
  11. background:url(images/lock.gif) 5px 50% no-repeat;
  12. padding-left:30px;
  13. }
  14. table.spaces-admin td.actions {
  15. padding-top:10px; padding-bottom:10px;
  16. text-align:center;
  17. }
  18. table.spaces-admin tr.disabled {
  19. color:#999;
  20. }
  21. table.spaces-admin tr.hidden {
  22. display:none;
  23. }