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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/ui/searchableView.css

Issue 2551973002: DevTools: fix overlapping toolbars in Sources and SearchableViews (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2014 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2014 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 .search-bar { 7 .search-bar {
8 flex: 0 0 23px; 8 flex: 0 0 23px;
9 background-color: #eee; 9 background-color: #eee;
10 border-top: 1px solid #ccc; 10 border-top: 1px solid #ccc;
11 display: flex; 11 display: flex;
12 overflow: hidden; 12 overflow: hidden;
13 z-index: 0;
13 } 14 }
14 15
15 .search-bar.replaceable { 16 .search-bar.replaceable {
16 flex: 0 0 44px; 17 flex: 0 0 44px;
17 } 18 }
18 19
19 .search-toolbar { 20 .search-toolbar {
20 margin-top: -2px; 21 margin-top: -2px;
21 } 22 }
22 23
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 background-image: url(Images/searchNext.png), linear-gradient(rgb(168, 168, 168), rgb(116, 116, 116)); 126 background-image: url(Images/searchNext.png), linear-gradient(rgb(168, 168, 168), rgb(116, 116, 116));
126 } 127 }
127 128
128 .search-results-matches { 129 .search-results-matches {
129 display: inline-block; 130 display: inline-block;
130 text-align: right; 131 text-align: right;
131 font-size: 11px; 132 font-size: 11px;
132 padding: 0 4px; 133 padding: 0 4px;
133 color: rgb(165, 165, 165); 134 color: rgb(165, 165, 165);
134 } 135 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698