Align the close button with the 'more' toolbar button.
Change-Id: Id7997da325adb6df89155605d6978b6da39890f4
This commit is contained in:
parent
7d2bbbee28
commit
206a070554
1 changed files with 5 additions and 5 deletions
10
loleaflet/dist/toolbar.css
vendored
10
loleaflet/dist/toolbar.css
vendored
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue