Align the close button with the 'more' toolbar button.

Change-Id: Id7997da325adb6df89155605d6978b6da39890f4
This commit is contained in:
Jan Holesovsky 2017-07-28 18:13:07 +02:00
parent 7d2bbbee28
commit 206a070554

View file

@ -65,14 +65,14 @@
#closebuttonwrapper {
position: fixed;
z-index: 1050;
right: 0;
right: 4px;
top: 0;
width: 26px;
height: 26px;
width: 31px;
height: 31px;
}
#closebutton {
width: 24px;
height: 24px;
width: 31px;
height: 31px;
border: 1px solid;
border-color: transparent;
border-radius: 5px;