Skip to content

Commit

Permalink
Update notice class styling for new notice location
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Haugen committed Aug 25, 2017
1 parent 978abaf commit b7f2329
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions css/80_app.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -4202,4 +4201,3 @@ li.hide + li.version .badge .tooltip .tooltip-arrow {
width: 100px;
color: #7092FF;
}

0 comments on commit b7f2329

Please sign in to comment.