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

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: Rebase 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
« no previous file with comments | « remoting/webapp/js_proto/chrome_proto.js ('k') | remoting/webapp/remoting.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/main.css
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css
index ec616a832bd4b70ef49a96c2d4bdbf04709282f4..ea741ed950b5d41cf60de6b80e38d0b32010616e 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%;
« no previous file with comments | « remoting/webapp/js_proto/chrome_proto.js ('k') | remoting/webapp/remoting.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698