Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / browser / resources / identity_scope_approval_dialog / scope_approval_dialog.css
blob9255fd2a2c910b2dde58e6040a82761d7679e81f
1 /* Copyright (c) 2013 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. */
5 body {
6 margin: 0;
7 padding: 0;
10 .titlebar {
11 -webkit-app-region: drag;
12 background-color: white;
13 height: 26px;
14 white-space: nowrap;
15 width: 100%;
18 .titlebar-border {
19 border-bottom: 1px solid #e5e5e5;
22 .titlebar-close-button {
23 -webkit-app-region: no-drag;
24 height: 14px;
25 margin: 6px;
26 position: absolute;
27 right: 0;
28 width: 14px;
31 .content {
32 height: auto;
33 width: 100%;