Bug Fix #68: Undetected Pages dialog scale

Automatically scales the undetected page preview based on the browser
size.
This commit is contained in:
Gary Sharp
2014-07-28 17:33:49 +10:00
parent 2d8dcb6900
commit 7062a40dfb
5 changed files with 90 additions and 73 deletions
+2
View File
@@ -856,8 +856,10 @@ div.logEventsViewport table.logEventsViewport > tbody > tr > td.eventType {
}
#undetectedPageDialog > .pagePreview {
height: 700px;
max-height: 700px;
background-position: top center;
background-repeat: no-repeat;
background-size: contain;
}
#undetectedPageDialog .actions {
border-top: 1px solid #d1d1d1;