Fix layout for lower screen resolutions (800x600)

This commit is contained in:
Saivann 2014-05-10 11:38:38 -04:00
parent adbc48bc2d
commit 096211c320

View file

@ -158,6 +158,7 @@ table td,table th{
.foundation-banner{ .foundation-banner{
text-align:center; text-align:center;
width:940px;
} }
.foundation-banner div{ .foundation-banner div{
display:inline-block; display:inline-block;
@ -187,13 +188,13 @@ table td,table th{
margin:30px 0 30px 0; margin:30px 0 30px 0;
} }
.head div{ .head div{
max-width:940px; width:940px;
margin:auto; margin:auto;
position:relative; position:relative;
z-index:100; z-index:100;
} }
.body{ .body{
max-width:940px; width:940px;
margin:auto; margin:auto;
position:relative; position:relative;
} }
@ -382,7 +383,7 @@ table td,table th{
position:relative; position:relative;
padding:20px 0; padding:20px 0;
text-align:center; text-align:center;
max-width:940px; width:940px;
font-size:94%; font-size:94%;
} }
.footermenu{ .footermenu{
@ -1340,6 +1341,12 @@ h2 .rssicon{
.head{ .head{
margin:0; margin:0;
} }
.head div{
width:auto;
}
.body{
width:auto;
}
.langselect{ .langselect{
background-color:transparent; background-color:transparent;
border:0; border:0;
@ -1408,11 +1415,15 @@ h2 .rssicon{
} }
.footer{ .footer{
line-height:1.5em; line-height:1.5em;
width:auto;
} }
.footermenu{ .footermenu{
display:block; display:block;
margin-bottom:20px; margin-bottom:20px;
} }
.foundation-banner{
width:auto;
}
.index{ .index{
padding:15px; padding:15px;
} }