Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2198)

Unified Diff: remoting/webapp/main.css

Issue 265393005: Implement apps v2 custom window frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unnecessary getElementById and work-around AppWindow.restore bug. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/webapp/main.css
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css
index 2e16fbbed0b3ab4749b41849394e12158514c218..410e45aeaff686a30e72a7babfa7d4547966c2ea 100644
--- a/remoting/webapp/main.css
+++ b/remoting/webapp/main.css
@@ -20,6 +20,7 @@ tfoot, thead, tr, th, td, button {
.inset {
padding: 20px 20px 0 20px;
+ position: relative;
}
body {
@@ -30,6 +31,7 @@ body {
direction: __MSG_@@bidi_dir__;
}
+
/*
* The "app-v2" class is added to the <html> node by remoting.init if it's
* running as a V2 app.
@@ -621,7 +623,7 @@ button {
}
.dialog-screen {
- position: fixed;
+ position: absolute;
top: 0;
left: 0;
width: 100%;

Powered by Google App Engine
This is Rietveld 408576698