Leaked source code of windows server 2003
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.

24 lines
492 B

  1. /*
  2. ** Copyright (c) 2000 Microsoft Corporation
  3. */
  4. .Context-Button
  5. {
  6. height : 2em;
  7. padding-left : 0.5em;
  8. padding-right : 0.5em;
  9. }
  10. .Context-Input
  11. {
  12. height : 2em;
  13. padding-left : 0.2em;
  14. padding-right : 0.2em;
  15. }
  16. /* ****************************** Special Globalization Helper styles ************************************* */
  17. .FlippableImage
  18. {
  19. filter = expression(window.document.documentElement.dir == "rtl" ? "flipH" : "");
  20. }