Cosmetic change CSS for mobile

This commit is contained in:
Dany De Bontridder 2016-05-05 12:14:17 +02:00
parent fcc25550c2
commit f840757bba
4 changed files with 16 additions and 1 deletions

View file

@ -162,6 +162,9 @@ td.tool a.mtitle:hover {
margin-bottom: 40px;
width: 100%;
}
@media only screen and (max-width:955px) {
margin-bottom: 70px;
}
#module {
position:absolute;
top:0px;
@ -2205,4 +2208,4 @@ td.selectedmenu {
position:float;
float:left;
padding-left: 150px;
}
}

View file

@ -163,6 +163,10 @@ td.tool a.mtitle:hover {
margin-bottom: 40px;
width: 100%;
}
@media only screen and (max-width:955px) {
margin-bottom: 70px;
}
#module {
position:absolute;
top:0px;

View file

@ -142,6 +142,10 @@ td.tool a.mtitle:hover {
margin-bottom: 40px;
width: 100%;
}
@media only screen and (max-width:955px) {
margin-bottom: 70px;
}
#module {
position:absolute;
top:0px;

View file

@ -162,6 +162,10 @@ td.tool a.mtitle:hover {
margin-bottom: 18px;
width: 100%;
}
@media only screen and (max-width:955px) {
margin-bottom: 70px;
}
#module {
position:absolute;
top:0px;