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

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: compile 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 color: white;
7 }
8
9 paper-toolbar {
10 background: rgb(63, 85, 102);
11 }
12
13 #title,
14 #search {
15 flex: 1 0 auto;
16 }
17
18 #actions {
19 flex: none;
20 margin: 0 20px;
21 width: 606px;
22 }
23
24 #search,
25 #actions {
26 display: flex;
27 }
28
29 #search {
30 justify-content: flex-end;
31 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698