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

Side by Side Diff: Source/devtools/front_end/inspector.css

Issue 212643009: DevTools: workaround for layout glitch. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | 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) 2006, 2007, 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 border: 0; 256 border: 0;
257 padding: 0 2px; 257 padding: 0 2px;
258 margin: 0; 258 margin: 0;
259 flex: 1; 259 flex: 1;
260 } 260 }
261 261
262 .search-replace:focus { 262 .search-replace:focus {
263 outline: none; 263 outline: none;
264 } 264 }
265 265
266 #search-input-field {
267 height: 18px;
268 }
269
266 .toolbar-search { 270 .toolbar-search {
267 border-spacing: 1px; 271 border-spacing: 1px;
268 } 272 }
269 273
270 .toolbar-search td { 274 .toolbar-search td {
271 padding: 0 5px 0 0; 275 padding: 0 5px 0 0;
272 } 276 }
273 277
274 .toolbar-search td > span { 278 .toolbar-search td > span {
275 display: flex; 279 display: flex;
(...skipping 2573 matching lines...) Expand 10 before | Expand all | Expand 10 after
2849 } 2853 }
2850 2854
2851 .root-view > .split-view > .split-view-sidebar { 2855 .root-view > .split-view > .split-view-sidebar {
2852 position: relative; 2856 position: relative;
2853 } 2857 }
2854 2858
2855 select.drop-down-menu { 2859 select.drop-down-menu {
2856 border: none; 2860 border: none;
2857 -webkit-appearance: none; 2861 -webkit-appearance: none;
2858 } 2862 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698