You are here

workbench.block.css in Workbench 8

Same filename and directory in other branches
  1. 7 css/workbench.block.css
/**
 * CSS for rendering the Workbench information block.
 */

div.workbench-info-block {
  background: none repeat scroll 0 0 #FFFBD9;
  list-style: none outside;
  padding: 0.25em 0.5em 0.25em 0.5em;
  margin: 0;
  border-color: #FFEBC5;
  border-style: solid none;
  border-width: 1px;
  color: #666;
  font-size: 0.95em;
}

File

css/workbench.block.css
View source
  1. /**
  2. * CSS for rendering the Workbench information block.
  3. */
  4. div.workbench-info-block {
  5. background: none repeat scroll 0 0 #FFFBD9;
  6. list-style: none outside;
  7. padding: 0.25em 0.5em 0.25em 0.5em;
  8. margin: 0;
  9. border-color: #FFEBC5;
  10. border-style: solid none;
  11. border-width: 1px;
  12. color: #666;
  13. font-size: 0.95em;
  14. }