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

Side by Side Diff: Source/devtools/front_end/sources/serviceWorkersSidebar.css

Issue 1172643002: DevTools: migrate sidebar pane's titleElement to use Toolbar. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: only using latin1 in css Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright 2015 The Chromium Authors. All rights reserved. 2 * Copyright 2015 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 .service-worker { 7 .service-worker {
8 padding: 5px 5px 5px 8px; 8 padding: 5px 5px 5px 8px;
9 border-bottom: 1px solid #aaa; 9 border-bottom: 1px solid #aaa;
10 display: flex; 10 display: flex;
11 align-items: center; 11 align-items: center;
12 } 12 }
13 13
14 .service-worker:last-child {
15 border-bottom: none;
16 }
17
14 .service-worker-scope { 18 .service-worker-scope {
15 color: #777; 19 color: #777;
16 flex: auto; 20 flex: auto;
17 margin: 5px 5px 0 0; 21 margin: 5px 5px 0 0;
18 white-space: nowrap; 22 white-space: nowrap;
19 overflow: hidden; 23 overflow: hidden;
20 text-overflow: ellipsis; 24 text-overflow: ellipsis;
21 } 25 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/sources/XHRBreakpointsSidebarPane.js ('k') | Source/devtools/front_end/sources/sourcesPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698