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

Side by Side Diff: chrome/browser/resources/md_downloads/toolbar.css

Issue 1240853002: Slice MD downloads into more components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: license Created 5 years, 5 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 2015 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 :host {
6 @apply(--downloads-shared-style);
7 color: white;
8 }
9
10 paper-toolbar {
11 background: rgb(63, 85, 102);
12 }
13
14 #title,
15 #search {
16 flex: 1 0 200px;
17 }
18
19 #actions {
20 flex: none;
21 width: var(--downloads-item-width);
22 }
23
24 #search,
25 #actions {
26 display: flex;
27 }
28
29 #search {
30 justify-content: flex-end;
31 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_downloads/shared_style.css ('k') | chrome/browser/resources/md_downloads/toolbar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698