mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-03 21:48:03 +02:00
Update notice class styling for new notice location
This commit is contained in:
+3
-5
@@ -3627,18 +3627,17 @@ img.tile-removing {
|
||||
|
||||
.notice {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
top: 50%;
|
||||
bottom: 50%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
text-align: center;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.notice .zoom-to {
|
||||
margin: auto;
|
||||
width: 80%;
|
||||
height: 100px;
|
||||
height: 80px;
|
||||
border-radius: 5px;
|
||||
line-height: 40px;
|
||||
color: #000;
|
||||
@@ -4202,4 +4201,3 @@ li.hide + li.version .badge .tooltip .tooltip-arrow {
|
||||
width: 100px;
|
||||
color: #7092FF;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user