Fix scoreboard view on scroll

pull/29/head
HardiReady 2018-02-26 09:54:08 +01:00
parent fc0bf18b03
commit 237926fdf6
1 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,21 @@
.war-header {
position: fixed;
left: 35%;
border-bottom: thin solid lightgrey;
}
@media only screen and (max-width: 1950px) {
.war-header {
left: 30%;
}
}
@media only screen and (max-width: 1500px) {
.war-header {
left: 380px;
}
}
.war-header-container {
width: 920px;
min-height: 168px;
@ -10,10 +28,6 @@
margin-bottom: 10px;
}
.war-header {
border-bottom: thin solid lightgrey;
}
.nav-tabs > li.active > a {
background: #222222;
}