Repository: cordova-plugin-inappbrowser Updated Branches: refs/heads/master 1912d1269 -> 6b99fb96f
CB-10008 Fix InAppBrowser popup layout on Windows Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/6b99fb96 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/6b99fb96 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/6b99fb96 Branch: refs/heads/master Commit: 6b99fb96f86484cf9d5b3d0c194a075adca75b42 Parents: 1912d12 Author: sgrebnov <[email protected]> Authored: Tue Nov 17 11:17:02 2015 +0300 Committer: sgrebnov <[email protected]> Committed: Tue Nov 17 11:17:02 2015 +0300 ---------------------------------------------------------------------- www/inappbrowser.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/6b99fb96/www/inappbrowser.css ---------------------------------------------------------------------- diff --git a/www/inappbrowser.css b/www/inappbrowser.css index ef676c4..bd1526d 100644 --- a/www/inappbrowser.css +++ b/www/inappbrowser.css @@ -1,4 +1,4 @@ -/* +/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -20,7 +20,6 @@ .inAppBrowserWrap { margin: 0; padding: 0; - border: 0; outline: 0; font-size: 100%; vertical-align: baseline; @@ -31,12 +30,11 @@ width: 100%; height: 100%; z-index: 9999999; + box-sizing: border-box; border: 40px solid #bfbfbf; border: 40px solid rgba(0, 0, 0, 0.25); } .inAppBrowserWrapFullscreen { - width: 100%; - height: 100%; border: 0; } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
