Cosmetic change CSS for mobile
This commit is contained in:
parent
fcc25550c2
commit
f840757bba
4 changed files with 16 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue