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

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: 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); 320 /* border-right: 2px solid rgb(0, 0, 0); */
dgozman 2015/06/11 16:14:11 commented css
pfeldman 2015/06/11 16:38:06 Done.
321 } 321 }
322 322
323 .responsive-design-more-button-container { 323 .responsive-design-more-button-container {
324 flex: auto; 324 flex: auto;
325 display: flex; 325 display: flex;
326 justify-content: flex-end; 326 justify-content: flex-end;
327 align-items: flex-end; 327 align-items: flex-end;
328 overflow: hidden; 328 overflow: hidden;
329 } 329 }
330 330
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 pointer-events: none; 487 pointer-events: none;
488 } 488 }
489 489
490 .media-inspector-label-right { 490 .media-inspector-label-right {
491 right: 4px; 491 right: 4px;
492 } 492 }
493 493
494 .media-inspector-label-left { 494 .media-inspector-label-left {
495 left: 4px; 495 left: 4px;
496 } 496 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698