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.

common.css 560B

123456789101112131415161718192021222324252627282930313233
  1. body {
  2. background: #f5f6f7 url(../img/window-bottom-bg.gif) no-repeat right bottom fixed;
  3. font-family: helvetica, arial, tahoma, verdana, sans-serif;
  4. color: #454a51;
  5. font-size: 13px;
  6. line-height: 19px;
  7. padding: 8px;
  8. margin: 0;
  9. }
  10. #itmtk-ajax-window {
  11. }
  12. input, select, textarea, button {
  13. font-family: helvetica, arial, tahoma, verdana, sans-serif;
  14. font-size: 1em;
  15. }
  16. select {
  17. padding: 0;
  18. margin: 0;
  19. }
  20. .i-disabled {
  21. opacity: 0.3;
  22. filter: Alpha(opacity=30);
  23. }
  24. .i-contextmenu {
  25. background: #fff;
  26. border: #000;
  27. }