fix mobile interface
This commit is contained in:
parent
f8246563a5
commit
f98e606e90
4 changed files with 47 additions and 18 deletions
50
css/main.css
50
css/main.css
|
|
@ -54,7 +54,7 @@ html, body {height: 100%;}
|
|||
position: relative;
|
||||
float: right;
|
||||
margin-left: 15px;
|
||||
height: 62px;
|
||||
/* height: 551px; */
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
|
@ -64,13 +64,6 @@ html, body {height: 100%;}
|
|||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
.logo {
|
||||
margin: 0 auto;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.top-bar-section li:not(.has-form) a:not(.button) {
|
||||
line-height: 60px;
|
||||
}
|
||||
|
|
@ -129,7 +122,6 @@ html, body {height: 100%;}
|
|||
}
|
||||
|
||||
.panel {
|
||||
/* padding: 0.7rem 1rem; */
|
||||
border:0;
|
||||
}
|
||||
|
||||
|
|
@ -155,7 +147,7 @@ html, body {height: 100%;}
|
|||
}
|
||||
|
||||
.box-backup {
|
||||
margin: 2rem 0;
|
||||
margin: 0.6rem 0;
|
||||
padding: 2rem 1rem;
|
||||
}
|
||||
|
||||
|
|
@ -621,3 +613,41 @@ p.dr-notification-text {
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 40em) {
|
||||
.top-bar {
|
||||
background: #1ABC9C;
|
||||
}
|
||||
|
||||
.header-content {
|
||||
padding: 0.3rem 0rem 1rem 0.4rem;
|
||||
}
|
||||
|
||||
.logo {
|
||||
background-size: 90px 44px !important;
|
||||
float: left;
|
||||
margin-top: 0.7rem;
|
||||
}
|
||||
|
||||
.header-content .small-9 {
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
.header-content .line-dashed-v {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.header-content {
|
||||
font-size: 80%;
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
.box-backup {
|
||||
margin: 0.6rem 0;
|
||||
}
|
||||
|
||||
#footer {
|
||||
font-size: 80%;
|
||||
padding: 0.2rem 0.5rem;
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue