Skip to content

Commit 9caf848

Browse files
committed
Fix Bug 1118368 - Adjust the style of the Thunderbird start page to accommodate various locales
1 parent 83f97c8 commit 9caf848

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

Diff for: media/css/thunderbird/start.less

+23-4
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,23 @@ section h2.iconic {
7070
}
7171
}
7272

73+
footer a {
74+
display: inline-block;
75+
-moz-padding-start: 25px;
76+
padding-start: 25px;
77+
78+
&:before {
79+
-moz-margin-start: -25px;
80+
margin-start: -25px;
81+
}
82+
}
83+
7384
footer a,
7485
section a.iconic {
7586
&:before {
7687
display: inline-block;
77-
-moz-margin-end: .5ex;
78-
margin-end: .5ex;
88+
-moz-margin-end: 5px;
89+
margin-end: 5px;
7990
width: 20px;
8091
height: 20px;
8192
background-image: url('/media/img/thunderbird/start/sprite.png');
@@ -210,9 +221,13 @@ footer {
210221

211222
@media (min-width: 1024px) {
212223
footer li {
213-
width: 33%;
224+
width: 50%;
214225
min-width: 10em;
215226
}
227+
228+
[lang|="en"] footer li {
229+
width: 33%;
230+
}
216231
}
217232

218233
@media (min-width: 800px) and (max-width: 1023px) {
@@ -280,10 +295,14 @@ footer {
280295

281296
@media (min-width: 480px) and (max-width: 639px) {
282297
footer li {
283-
width: 33%;
298+
width: 50%;
284299
min-width: 10em;
285300
}
286301

302+
[lang|="en"] footer li {
303+
width: 33%;
304+
}
305+
287306
[dir="ltr"] footer li {
288307
float: left;
289308
}

0 commit comments

Comments
 (0)