Fix some alignment issues
This commit is contained in:
parent
d8d8642384
commit
d01acbef4d
1 changed files with 4 additions and 7 deletions
11
index.html
11
index.html
|
@ -63,8 +63,8 @@
|
|||
.viewswitcher {
|
||||
height: 40px;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
top: 5px;
|
||||
right: 5px;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
|
@ -204,12 +204,10 @@
|
|||
|
||||
#downloaded_filename {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
left: 5px;
|
||||
padding: 5px;
|
||||
background-color: rgba(0, 0, 0, .5);
|
||||
border-bottom-right-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
border-radius: 5px;
|
||||
margin: 0;
|
||||
top: 5px;
|
||||
color: white;
|
||||
|
@ -265,7 +263,6 @@
|
|||
vertical-align: middle;
|
||||
margin-right: 5px;
|
||||
color: white !important;
|
||||
height: 40px;
|
||||
text-decoration: none;
|
||||
opacity: .75;
|
||||
background-color: black;
|
||||
|
|
Loading…
Reference in a new issue