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; |
+} |