home *** CD-ROM | disk | FTP | other *** search
/ Chip 2009 July / Chip_2009.07_CD.iso / I386 / nusrmgr.cp_ / nusrmgr.cpl / HTML / NUSRMGR.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-04-14  |  1.7 KB  |  33 lines

  1. BODY            { border:0; margin:0; width:100%; height:100%; behavior:url(body.htc); }
  2. TABLE           { border:0; margin:0; }
  3. TD              { vertical-align:top; margin:0; padding:0; }
  4. BUTTON SPAN     { accelerator:true; text-decoration:underline; }
  5. LABEL SPAN      { accelerator:true; text-decoration:underline; }
  6. UL              { margin-top:0; margin-bottom:0; }
  7. .AllAvailableSpace { height:100%; width:100%; }
  8. .FullWidth      { width:100%; }
  9. .FullHeight     { height:100%; }
  10. .WorkArea       { width:100%; height:100%; padding:2em; overflow-y:auto; }
  11. .TaskArea       { margin-top:1em; margin-bottom:2em; }
  12. /* NTRAID#NTBUG9-295647-2001/04/23-jeffreys  Use 'MS Shell Dlg' for text inputs */
  13. .InputField     { border:'1px solid'; margin-top:1mm; font-family:'MS Shell Dlg';}
  14. .InputRadio     {}
  15. .InputRadio INPUT { cursor:hand; vertical-align:middle; }
  16. .InputRadio LABEL { cursor:hand; margin-right:1em; }
  17. .InputCheck     { cursor:hand; }
  18. .RadioGroup     { margin-bottom:1em; }
  19. .DescRow        { margin:1em; height:15em; }
  20. .ButtonRow      { margin-top:2mm; text-align:right; }
  21. .ButtonRow BUTTON { margin-left:2mm; }
  22. .Selectable     { cursor:hand; padding:1px; border:'1px solid highlight'; behavior:url(selectable.htc); }
  23. .Glossary       { border-bottom:'1px dotted'; cursor:default; behavior:url(popup.htc); }
  24. .Glossary:hover { text-decoration:none; }
  25. /* similar to Glossary, but you have to click to see the popup */
  26. #idHint         { border-bottom:'1px dotted'; }
  27. #idHint:hover   { text-decoration:none; }
  28. #idShowHint     { padding-bottom:1px; }
  29. /* idTasks rules used by mainpage.htm and mainpage2.htm */
  30. #idTasks        { margin-left:2em; }
  31. #idTasks UL     { margin-left:2em; }
  32. #idTasks LI     { margin-bottom:2em; }
  33.