Give names to all utility processes.
[chromium-blink-merge.git] / remoting / webapp / app_remoting / html / ar_dialog.css
blob9258578ed1500eb84661b5157f0ffd11baad95c0
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 #idle-dialog {
7 position: absolute;
8 top: 100px;
9 width: 100%;
12 #idle-dialog .kd-modaldialog,
13 #auth-dialog .kd-modaldialog {
15 * kd-modaldialog uses outline, which doesn't affect the bounding box, and so
16 * doesn't work well when adjusting the window shape.
18 border: 1px solid gray;