fix responsive styles (#8566)

This commit is contained in:
Serghei Mihai 2015-12-07 20:54:45 +01:00
parent 45f82f8a6d
commit 0db484b934
1 changed files with 7 additions and 15 deletions

View File

@ -86,7 +86,6 @@ body {
border: 1px solid #5f5f5f;
border-radius: .2em;
margin: 5px;
box-shadow: 1px 1px 3px #2f2f2f;
}
@media screen and (max-width: 767px) {
@ -96,10 +95,12 @@ body {
}
#mandaye-toolbar {
width: 100%;
height: 45px;
background: #2c2c2c;
position: absolute;
left: 0;
top: 0;
width: auto;
height: 47px;
background: #2C2C2C;
}
.mandaye-toolbar-logo {
@ -107,26 +108,18 @@ body {
}
div.mandaye-toolbar-right {
position: absolute;
top: 40px;
left: 0;
float: none;
margin: 0;
display: none;
z-index: 10000;
}
div.mandaye-toolbar-left {
position: absolute;
top: 0;
left: 0;
padding: 0;
z-index: 1000;
}
ul.mandaye-toolbar-link {
background: #2C2C2C;
margin: 5px 0 0 0;
margin: 5px 0;
padding: 2px 3px;
float: right;
z-index: 1000;
@ -152,9 +145,8 @@ body {
padding: 5px 10px;
margin: 0;
}
#mandaye-responsive-menu-toggle {
display: block;
}
}
}