CB-10008 Fix InAppBrowser popup layout on Windows

This commit is contained in:
sgrebnov 2015-11-17 11:17:02 +03:00
parent 1912d12697
commit 6b99fb96f8

View File

@ -1,4 +1,4 @@
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file * or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information * distributed with this work for additional information
@ -20,7 +20,6 @@
.inAppBrowserWrap { .inAppBrowserWrap {
margin: 0; margin: 0;
padding: 0; padding: 0;
border: 0;
outline: 0; outline: 0;
font-size: 100%; font-size: 100%;
vertical-align: baseline; vertical-align: baseline;
@ -31,12 +30,11 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
z-index: 9999999; z-index: 9999999;
box-sizing: border-box;
border: 40px solid #bfbfbf; border: 40px solid #bfbfbf;
border: 40px solid rgba(0, 0, 0, 0.25); border: 40px solid rgba(0, 0, 0, 0.25);
} }
.inAppBrowserWrapFullscreen { .inAppBrowserWrapFullscreen {
width: 100%;
height: 100%;
border: 0; border: 0;
} }