From 3c2d079c4292adc3dd6dff80e82337727367bd19 Mon Sep 17 00:00:00 2001 From: Thor Larholm Date: Tue, 10 Sep 2013 22:17:40 +0200 Subject: [PATCH] Fixed review notes: Adding specificity and removing redundant declaration --- web/viewer.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/web/viewer.css b/web/viewer.css index 5eda98fbd..53a800fad 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -66,11 +66,10 @@ select { #viewerContainer:-ms-fullscreen { top: 0px !important; - position: absolute; border-top: 2px solid transparent; width: 100%; height: 100%; - overflow: hidden; + overflow: hidden !important; cursor: none; } @@ -99,7 +98,7 @@ select { } :-ms-fullscreen .page { - margin-bottom: 100%; + margin-bottom: 100% !important; } :fullscreen .page { @@ -115,7 +114,7 @@ select { } :-ms-fullscreen a:not(.internalLink) { - display: none; + display: none !important; } :fullscreen a:not(.internalLink) {