Fix widget style on connect page

This commit is contained in:
Basti 2017-12-26 12:16:03 +01:00
parent e38e873dd2
commit f7142fa125
1 changed files with 2 additions and 1 deletions

View File

@ -3,11 +3,12 @@
}
#remotestorage-widget {
z-index: 23;
display: none;
position: absolute;
top: 20%;
left: 50%;
margin-left: -200px;
z-index: 23;
}
.connect #remotestorage-widget {