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