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

Unified Diff: remoting/webapp/main.css

Issue 11769002: Apps v2 identity integration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 11 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 68813940699c5a1998247ac9509b73ef5602d243..db5e0c371528a7133d6a21518dfd760eef8dd7fc 100644
--- a/remoting/webapp/main.css
+++ b/remoting/webapp/main.css
@@ -512,7 +512,7 @@ button {
height: 0;
}
-#dialog-container {
+.dialog-container {
position: fixed;
top: 200px;
left: 0;
@@ -520,7 +520,7 @@ button {
display: -webkit-box;
}
-#dialog-screen {
+.dialog-screen {
position: fixed;
top: 0;
left: 0;

Powered by Google App Engine
This is Rietveld 408576698