home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December / PCWorld_2005-12_cd.bin / komunikace / netscape / nsb-install-8-0.exe / chrome / browser.jar / content / browser / webmail.css < prev    next >
Cascading Style Sheet File  |  2005-09-26  |  2KB  |  95 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. toolbarpaletteitem .webmail-preview {
  4.     display: -moz-box;
  5. }
  6. toolbarpaletteitem .webmail-draggable {
  7.     display: none;
  8. }
  9. toolbarpaletteitem .webmail-content {
  10.     display: none;
  11. }
  12. toolbarpaletteitem .webmail-imagebox {
  13.     display: none;
  14. }
  15. toolbarpaletteitem .webmail-component-button {
  16.     display: none;
  17. }
  18.  
  19. toolbarpaletteitem[place="toolbar"] .webmail-preview {
  20.     display: none;
  21. }
  22. /*
  23. toolbarpaletteitem[place="toolbar"] .webmail-content {
  24.     display: none;
  25. }
  26. toolbarpaletteitem[place="toolbar"] .webmail-imagebox {
  27.     display: none;
  28. }
  29. toolbarpaletteitem[place="toolbar"] .webmail-component-button {
  30.     display: none;
  31. }
  32. */
  33. toolbar .webmail-preview {
  34.     display: none;
  35. }
  36. toolbar .webmail-draggable {
  37.     display: none;
  38. }
  39. toolbar .webmail-content {
  40.     display: -moz-box;
  41. }
  42. toolbar .webmail-imagebox {
  43.     display: -moz-box;
  44. }
  45.  
  46. multibartray .webmail-preview {
  47.     display: none;
  48. }
  49. multibartray .webmail-draggable {
  50.     display: none;
  51. }
  52. multibartray .webmail-content {
  53.     display: -moz-box;
  54. }
  55.  
  56. .webmail-dropmarker {
  57.   margin: 0px !important;
  58.   padding-right: 3px;
  59.   width: 8px !important;
  60. }
  61.  
  62. .webmail-component-button{
  63.     -moz-border-radius: 4px;
  64.     border: 1px solid #424D4B;
  65.     opacity: 1;
  66.     background-color: transparent;
  67.     height: 22px;
  68.     margin-left: 1px;
  69.     margin-right: 1px;
  70.     cursor: pointer;
  71. }
  72.  
  73. .webmail-imagebox{
  74.     height: 22px;
  75. }
  76.  
  77. .webmail-draggable > .toolbarbutton-text {
  78.     display: -moz-box !important;
  79. }
  80.  
  81. .webmail-toolbarbutton {
  82.     display: -moz-box;
  83. }
  84.  
  85. .webmail-toolbarbutton > .toolbarbutton-menubutton-button {
  86.  display: -moz-box;
  87. }
  88.  
  89. .webmail-toolbarbutton > .toolbarbutton-text {
  90.     display: -moz-box !important;
  91. }
  92.  
  93. toolbar[iconsize=small] .webmail-toolbaritem {
  94.     height: 24px;
  95. }