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

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: WindowShape fixes + reviewer's feedback 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
« no previous file with comments | « remoting/resources/remoting_strings.grd ('k') | remoting/webapp/app_remoting/html/template_lg.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..3d6576006de7ff18703fe3e2403a377ff5c5b297 100644
--- a/remoting/webapp/app_remoting/html/ar_dialog.css
+++ b/remoting/webapp/app_remoting/html/ar_dialog.css
@@ -9,11 +9,15 @@
width: 100%;
}
-#idle-dialog .kd-modaldialog,
-#auth-dialog .kd-modaldialog {
+.app-remoting .kd-modaldialog {
/*
* kd-modaldialog uses outline, which doesn't affect the bounding box, and so
* doesn't work well when adjusting the window shape.
*/
border: 1px solid gray;
}
+
+#connection-dropped-dialog {
+ margin: 0px;
+ position: absolute;
+}
« no previous file with comments | « remoting/resources/remoting_strings.grd ('k') | remoting/webapp/app_remoting/html/template_lg.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698