You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
649 B

  1. /* Recent */
  2. div.status_flag {
  3. width: 8px;
  4. height: 8px;
  5. margin: 4px;
  6. font-size: 0px;
  7. background-color: #EEE;
  8. }
  9. /* Search */
  10. .search_table td {
  11. padding: 2px;
  12. }
  13. /*** for wn toolbar ***/
  14. .wntoolbar-icon { background: url('lib/images/icons/wntoolbar-icons.png'); width: 16px; height: 16px; }
  15. .sprite-home { background-position: 0 0; }
  16. .sprite-new { background-position: 0 -66px; }
  17. .sprite-pages { background-position: 0 -132px; }
  18. .sprite-recent { background-position: 0 -198px; }
  19. .sprite-report { background-position: 0 -264px; }
  20. .sprite-search { background-position: 0 -330px; }
  21. .sprite-tools { background-position: 0 -396px; }