Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Side by Side Diff: chrome/browser/resources/identity_scope_approval_dialog/scope_approval_dialog.css

Issue 15962012: Revert "Identity API: Add component app for auth flow UI" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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. */
4
5 body {
6 margin: 0;
7 padding: 0;
8 }
9
10 .titlebar {
11 -webkit-app-region: drag;
12 background-color: white;
13 border-bottom: 1px solid #e5e5e5;
14 height: 26px;
15 white-space: nowrap;
16 width: 100%;
17 }
18
19 .titlebar-close-button {
20 -webkit-app-region: no-drag;
21 height: 14px;
22 margin: 6px;
23 position: absolute;
24 right: 0;
25 width: 14px;
26 }
27
28 .content {
29 height: auto;
30 width: 100%;
31 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698