Roll src/third_party/WebKit 3529d49:06e8485 (svn 202554:202555)
[chromium-blink-merge.git] / remoting / webapp / app_remoting / html / ar_dialog.css
blob2e8689fa11cf018c2c68f638f44365efaf0f0580
1 /* Copyright 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
6 .app-remoting .kd-modaldialog {
7 /*
8 * kd-modaldialog uses outline, which doesn't affect the bounding box, and so
9 * doesn't work well when adjusting the window shape.
11 border: 1px solid gray;
12 /* The layout of modal dialog is managed by remoting.Html5ModalDialog */
13 margin: 0px;
14 position: absolute;