fix top padding in mobile dashboard
This commit is contained in:
parent
92c1a9acb0
commit
f4749aa519
1 changed files with 22 additions and 11 deletions
|
@ -123,7 +123,7 @@ pre, textarea.pre {
|
||||||
Header
|
Header
|
||||||
*/
|
*/
|
||||||
.header {
|
.header {
|
||||||
padding: 10px 0 10px 10px;
|
padding: 15px 0 15px 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgLogoIcon {
|
.imgLogoIcon {
|
||||||
|
@ -144,8 +144,8 @@ pre, textarea.pre {
|
||||||
.headerButtons {
|
.headerButtons {
|
||||||
float: right;
|
float: right;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 15px;
|
||||||
right: 10px;
|
right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header .imageLink {
|
.header .imageLink {
|
||||||
|
@ -171,10 +171,11 @@ pre, textarea.pre {
|
||||||
|
|
||||||
.currentUsername {
|
.currentUsername {
|
||||||
margin-right: 7px;
|
margin-right: 7px;
|
||||||
font-size: 20px;
|
font-size: 18px;
|
||||||
color: #000;
|
color: #000;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 4px;
|
top: 4px;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 .imageLink {
|
h1 .imageLink {
|
||||||
|
@ -250,6 +251,11 @@ form, .readOnlyContent {
|
||||||
margin-bottom: 0!important;
|
margin-bottom: 0!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content-primary {
|
||||||
|
padding-top: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.content-secondary {
|
.content-secondary {
|
||||||
z-index: 99996;
|
z-index: 99996;
|
||||||
background: #262626;
|
background: #262626;
|
||||||
|
@ -316,17 +322,15 @@ form, .readOnlyContent {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
|
||||||
padding-left: 15px;
|
|
||||||
padding-top: 15px;
|
|
||||||
padding-bottom: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.headerButtons {
|
.headerButtons {
|
||||||
top: 20px;
|
top: 20px;
|
||||||
right: 30px;
|
right: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.currentUsername {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
.type-interior > .ui-content, .type-interior > .ui-panel-content-wrap > .ui-content {
|
.type-interior > .ui-content, .type-interior > .ui-panel-content-wrap > .ui-content {
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
@ -347,7 +351,7 @@ form, .readOnlyContent {
|
||||||
.content-primary {
|
.content-primary {
|
||||||
width: 45%;
|
width: 45%;
|
||||||
float: right;
|
float: right;
|
||||||
padding: 0 6% 3em 0;
|
padding: 40px 6% 3em 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -372,6 +376,13 @@ form, .readOnlyContent {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media all and (min-width: 850px) {
|
||||||
|
|
||||||
|
.content-primary {
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media all and (min-width: 1200px) {
|
@media all and (min-width: 1200px) {
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue