Update notice class styling for new notice location

This commit is contained in:
Lee Haugen
2017-08-25 15:20:06 -05:00
parent 978abafa33
commit b7f2329877
+3 -5
View File
@@ -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;
}