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.

ie7hacks.css 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. /**
  2. * Roundcube webmail CSS hacks for IE 7
  3. *
  4. * Copyright (c) 2012, The Roundcube Dev Team
  5. *
  6. * The contents are subject to the Creative Commons Attribution-ShareAlike
  7. * License. It is allowed to copy, distribute, transmit and to adapt the work
  8. * by keeping credits to the original autors in the README file.
  9. * See http://creativecommons.org/licenses/by-sa/3.0/ for details.
  10. */
  11. /* #1488618 */
  12. #mainscreen {
  13. height: expression((parseInt(document.documentElement.clientHeight)-108)+'px');
  14. }
  15. #mainscreen.offset {
  16. height: expression((parseInt(document.documentElement.clientHeight)-150)+'px');
  17. }
  18. .minimal #mainscreen {
  19. height: expression((parseInt(document.documentElement.clientHeight)-82)+'px');
  20. }
  21. .minimal #mainscreen.offset {
  22. height: expression((parseInt(document.documentElement.clientHeight)-120)+'px');
  23. }
  24. #messagepartframe {
  25. height: expression((parseInt(this.parentNode.offsetHeight)-1)+'px');
  26. }
  27. input.button {
  28. display: inline;
  29. font-size: 90%;
  30. }
  31. a.iconbutton,
  32. a.deletebutton,
  33. .boxpagenav a.icon,
  34. a.button span.icon,
  35. .pagenav a.button span.inner,
  36. .boxfooter .listbutton .inner,
  37. .attachmentslist li a.delete,
  38. .attachmentslist li a.cancelupload,
  39. #contacts-table td.action a,
  40. .previewheader .iconlink,
  41. .minimal #taskbar .button-inner,
  42. #preferences-details fieldset.advanced .advanced-toggle {
  43. /* workaround for text-indent which also offsets the background image */
  44. text-indent: 0;
  45. font-size: 0;
  46. line-height: 0;
  47. overflow: hidden;
  48. text-align: right;
  49. text-decoration: none;
  50. }
  51. .boxpagenav a.icon {
  52. color: #bbd3da;
  53. }
  54. .pagenav a.button,
  55. .pagenav a.button span.inner,
  56. .previewheader .iconlink,
  57. #uploadform a.iconlink {
  58. display: inline;
  59. }
  60. .pagenavbuttons {
  61. top: 4px;
  62. }
  63. .dropbutton .dropbuttontip {
  64. right: -2px;
  65. }
  66. #login-form .box-inner form {
  67. margin: 0;
  68. }
  69. #login-form #message div {
  70. float: left;
  71. display: block;
  72. width: 200px;
  73. margin-left: 130px;
  74. white-space: nowrap;
  75. text-align: left;
  76. }
  77. #messageheader.previewheader .iconlink {
  78. color: #fff;
  79. height: 14px;
  80. }
  81. #uploadform a.iconlink {
  82. text-indent: 0px;
  83. }
  84. .boxfooter .countdisplay {
  85. top: -12px;
  86. }
  87. ul.toolbarmenu li a {
  88. width: 140px;
  89. }
  90. #threadselectmenu li a {
  91. width: 160px;
  92. }
  93. #messagemenu li a {
  94. width: 170px;
  95. }
  96. #rcmKSearchpane {
  97. width: 400px;
  98. }
  99. #rcmKSearchpane ul li {
  100. width: 380px;
  101. text-overflow: ellipsis;
  102. }
  103. table.listing,
  104. table.records-table {
  105. display: block;
  106. width: auto;
  107. border-collapse: expression('separate', cellSpacing = '0');
  108. }
  109. .records-table tbody td span {
  110. white-space: nowrap;
  111. }
  112. table.listing {
  113. width: 100%;
  114. }
  115. ul.toolbarmenu li label {
  116. margin: 0;
  117. padding: 3px 8px;
  118. }
  119. .searchbox input {
  120. padding-top: 4px;
  121. padding-bottom: 2px;
  122. }
  123. #messagelistfooter #listcontrols,
  124. #messagelistfooter #listselectors,
  125. #messagelistfooter #countcontrols,
  126. .pagenav .countdisplay {
  127. display: inline;
  128. }
  129. #messagelistfooter #countcontrols {
  130. position: relative;
  131. top: -4px;
  132. }
  133. #messagecontframe,
  134. #preferences-frame {
  135. position: absolute;
  136. left: 0;
  137. right: 0;
  138. top: 0;
  139. bottom: 0;
  140. }
  141. #composeoptionstoggle {
  142. display: inline;
  143. top: 3px;
  144. }
  145. .propform {
  146. margin: 0;
  147. }
  148. .propform fieldset legend {
  149. color: #333;
  150. margin-left: -5px;
  151. padding-left: 0;
  152. }
  153. .contactfieldgroup legend {
  154. margin-left: -14px;
  155. }
  156. .contactfieldcontent .contactfieldbutton {
  157. top: -6px;
  158. }
  159. .tabsbar {
  160. height: 15px;
  161. padding-bottom: 15px;
  162. }
  163. .tabsbar .tablink {
  164. padding: 0 1px 0 0;
  165. }
  166. .minimal #topline {
  167. width: 100%;
  168. height: 18px;
  169. box-sizing: border-box;
  170. }
  171. .minimal #taskbar a:hover .tooltip {
  172. right: 34px;
  173. top: 1px;
  174. }