Thomas Bruederli
2012-08-04 f86ee5e424a07aec32f896535496444c56e28701
commit | author | age
19b34b 1 /**
T 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  * $Id$
12  */
13
14 input.button {
15     display: inline;
16     font-size: 90%;
17 }
18
19 a.iconbutton,
20 a.deletebutton,
21 .boxpagenav a.icon,
22 .pagenav a.button span.inner,
23 .boxfooter .listbutton .inner,
24 .attachmentslist li a.delete,
25 .attachmentslist li a.cancelupload,
26 #messagepreviewheader .iconlink {
27     /* workaround for text-indent which also offsets the background image */
28     text-indent: 0;
29     font-size: 0;
30     line-height: 0;
31     overflow: hidden;
32     text-align: right;
33     text-decoration: none;
34 }
35
36 .boxpagenav a.icon {
37     color: #bbd3da;
38 }
39
40 .pagenav a.button,
41 .pagenav a.button span.inner,
42 #messagepreviewheader .iconlink,
43 #uploadform a.iconlink {
44     display: inline;
45 }
46
77fad1 47 .pagenavbuttons {
TB 48     top: 4px;
49 }
50
ec366b 51 .dropbutton .dropbuttontip {
T 52     right: -2px;
53 }
54
0cd919 55 #login-form #message div {
5effd5 56     float: left;
0cd919 57     display: block;
T 58     width: 200px;
59     margin-left: 130px;
60     white-space: nowrap;
61     text-align: left;
62 }
63
19b34b 64 #messagepreviewheader .iconlink {
T 65     color: #fff;
66     height: 14px;
67 }
68
69 #uploadform a.iconlink {
70     text-indent: 0px;
71 }
72
73 .boxfooter .countdisplay {
74     top: -12px;
75 }
76
77 ul.toolbarmenu li a {
78     width: 140px;
79 }
80
81 #threadselectmenu li a {
82     width: 160px;
83 }
84
85 #messagemenu li a {
86     width: 170px;
87 }
88
ec366b 89 #rcmKSearchpane {
T 90     width: 400px;
91 }
92 #rcmKSearchpane ul li {
93     width: 380px;
94     text-overflow: ellipsis;
95 }
96
97
19b34b 98 table.listing,
T 99 table.records-table {
100     display: block;
101     width: auto;
102     border-collapse: expression('separate', cellSpacing = '0');
103 }
104
ec366b 105 .records-table tbody td span {
T 106     white-space: nowrap;
107 }
108
19b34b 109 table.listing {
T 110     width: 100%;
111 }
112
113 ul.toolbarmenu li label {
114     margin: 0;
115     padding: 3px 8px;
116 }
117
118 #quicksearchbar input {
119     padding-top: 4px;
77fad1 120     padding-bottom: 2px;
19b34b 121 }
T 122
123 #messagelistfooter #listcontrols,
124 #messagelistfooter #listselectors,
125 #messagelistfooter #countcontrols,
126 .pagenav .countdisplay {
127     display: inline;
128 }
129
130 #messagelistfooter #countcontrols {
131     position: relative;
132     top: -4px;
133 }
134
135 #messagecontframe,
136 #preferences-frame {
137     position: absolute;
138     left: 0;
139     right: 0;
140     top: 0;
141     bottom: 0;
142 }
143
144 #composeoptionsbox {
145     padding-top: 2px;
146 }
147
148 #composeoptionstoggle {
149     display: inline;
150     top: 3px;
151 }
152
153 .propform {
154     margin: 0;
155 }
156
157 .propform fieldset legend {
158     color: #333;
159     margin-left: -5px;
160     padding-left: 0;
161 }
162
163 .contactfieldgroup legend {
164     margin-left: -14px;
165 }
166
167 .contactfieldcontent .contactfieldbutton {
168     top: -6px;
169 }
170
171 .tabsbar {
172     height: 15px;
173     padding-bottom: 15px;
174 }
175
176 .tabsbar .tablink {
177     padding: 0 1px 0 0;
178 }
179