Fix open folder button position

This commit is contained in:
Alexei Stukov 2017-05-13 13:26:23 +03:00 committed by GitHub
parent 7a9ac5b035
commit 4dfc413227
1 changed files with 4 additions and 3 deletions

View File

@ -1891,9 +1891,10 @@
} }
.bd-pfbtn { .bd-pfbtn {
position: absolute; position: relative;
top: 60px; top: -40px;
left: 120px; left: 80px;
margin-bottom: -19px;
background: #7289da; background: #7289da;
color: #FFF; color: #FFF;
border-radius: 5px; border-radius: 5px;