toolbar fix on association page (#8566)

This commit is contained in:
Serghei Mihai 2015-12-22 14:33:23 +01:00
parent 0db484b934
commit 3581ca2177
2 changed files with 16 additions and 15 deletions

View File

@ -88,6 +88,16 @@ body {
margin: 5px;
}
.fake_toolbar {
width: 100%;
height: 47px;
background: #2c2c2c;
position: absolute;
top: 0;
left: 0;
display: none;
}
@media screen and (max-width: 767px) {
body {
margin: 0 !important;
@ -149,4 +159,9 @@ body {
display: block;
}
.fake_toolbar {
height: 47px;
display: block;
}
}

View File

@ -10,21 +10,7 @@
<meta name="keywords" content=";">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<style type="text/css">
.fake_toolbar {
width:100%;
height:47px;
background:#2c2c2c;
position:absolute;
top:0;
left:0
}
@media screen and (max-width: 767px) {
.fake_toolbar {
height: 47px;
}
}
</style>
<link rel="stylesheet" type="text/css" href="/static/css/toolbar.css">
</head>
<body style="color: #777 !important; font: normal 15px Arial, Helvetica, sans-serif !important;">
<div class='fake_toolbar'></div>