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

Unified Diff: remoting/webapp/app_remoting/html/ar_dialog.css

Issue 1146833002: [AppRemoting] Implement ConnectionDroppedDialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/app_remoting/html/ar_dialog.css
diff --git a/remoting/webapp/app_remoting/html/ar_dialog.css b/remoting/webapp/app_remoting/html/ar_dialog.css
index 9258578ed1500eb84661b5157f0ffd11baad95c0..e32d2862497129fe909707a065947d8b18243a3e 100644
--- a/remoting/webapp/app_remoting/html/ar_dialog.css
+++ b/remoting/webapp/app_remoting/html/ar_dialog.css
@@ -9,6 +9,7 @@
width: 100%;
}
+#connection-dropped-dialog.kd-modaldialog,
Jamie 2015/05/20 02:20:36 Is the lack of a space in this selector deliberate
kelvinp 2015/05/20 18:12:59 Yes, it is deliberate. #foo.bar selects the eleme
Jamie 2015/05/20 19:55:09 Yes, I'm aware of the difference :) My point was j
#idle-dialog .kd-modaldialog,
#auth-dialog .kd-modaldialog {
/*
@@ -17,3 +18,8 @@
*/
border: 1px solid gray;
}
+
+#connection-dropped-dialog {
+ margin: 0px;
+ position: absolute;
+}

Powered by Google App Engine
This is Rietveld 408576698