Fixed positions of the scrollbuttons

This commit is contained in:
Kasper Rynning-Tønnesen
2016-02-12 18:21:33 +01:00
parent 65d637015f
commit 982586dadb
4 changed files with 17 additions and 6 deletions

View File

@@ -1113,6 +1113,16 @@ nav ul li:hover, nav ul li.active {
width:15px;
}
.rounded-bottom{
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.rounded-top{
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
#top-button, #bottom-button{
color: white;
position: absolute;
@@ -1130,7 +1140,7 @@ nav ul li:hover, nav ul li.active {
}
.top-button-with-tabs{
top:53px !important;
top:48px !important;
}
#bottom-button{