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

Side by Side Diff: Source/devtools/front_end/emulation/responsiveDesignView.css

Issue 1176343002: DevTools: make toolbar button click targets square (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments addressed 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 2014 The Chromium Authors. All rights reserved. 2 * Copyright 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 .responsive-design { 7 .responsive-design {
8 position: relative; 8 position: relative;
9 background-color: rgb(0, 0, 0); 9 background-color: rgb(0, 0, 0);
10 overflow: hidden; 10 overflow: hidden;
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 310
311 .responsive-design-icon-swap:active { 311 .responsive-design-icon-swap:active {
312 opacity: 0.8; 312 opacity: 0.8;
313 } 313 }
314 314
315 /* Buttons section */ 315 /* Buttons section */
316 316
317 .responsive-design-section-buttons { 317 .responsive-design-section-buttons {
318 padding: 4px 0 0 0; 318 padding: 4px 0 0 0;
319 background: rgb(17, 17, 17); 319 background: rgb(17, 17, 17);
320 border-right: 2px solid rgb(0, 0, 0);
321 } 320 }
322 321
323 .responsive-design-more-button-container { 322 .responsive-design-more-button-container {
324 flex: auto; 323 flex: auto;
325 display: flex; 324 display: flex;
326 justify-content: flex-end; 325 justify-content: flex-end;
327 align-items: flex-end; 326 align-items: flex-end;
328 overflow: hidden; 327 overflow: hidden;
329 } 328 }
330 329
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 pointer-events: none; 486 pointer-events: none;
488 } 487 }
489 488
490 .media-inspector-label-right { 489 .media-inspector-label-right {
491 right: 4px; 490 right: 4px;
492 } 491 }
493 492
494 .media-inspector-label-left { 493 .media-inspector-label-left {
495 left: 4px; 494 left: 4px;
496 } 495 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/emulation/ResponsiveDesignView.js ('k') | Source/devtools/front_end/inspectorStyle.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698