Increase space for main icons on the landing page

(This fixes some overflowing texts in translations)
This commit is contained in:
Saivann 2014-10-18 17:06:13 -04:00
parent 4d96037042
commit 54bf45f4a5
2 changed files with 13 additions and 4 deletions

View file

@ -122,7 +122,13 @@ h2 .rssicon{
font-family:Arial, sans-serif; font-family:Arial, sans-serif;
} }
.mainlist>div>div{ .mainlist>div:first-child{
text-align:right;
}
.mainlist>div:first-child+div+div{
text-align:left;
}
.mainlist>div>div>div{
text-align:right; text-align:right;
} }
.mainlist img{ .mainlist img{

View file

@ -423,11 +423,13 @@ table td,table th{
} }
.mainlist{ .mainlist{
font-size:125%; font-size:125%;
margin:30px 0; width:760px;
margin:30px auto;
display:table;
} }
.mainlist>div{ .mainlist>div{
width:250px; display:table-cell;
display:inline-block; min-width:240px;
} }
.mainlist>div>div{ .mainlist>div>div{
display:inline-block; display:inline-block;
@ -2255,6 +2257,7 @@ h2 .rssicon{
width:100%; width:100%;
height:100%; height:100%;
} }
.mainlist,
.mainlist>div{ .mainlist>div{
width:auto; width:auto;
display:block; display:block;