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

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

Issue 1217833002: [DevTools] Fix overrides view when zoomed in. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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
« 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) 2013 Google Inc. All rights reserved. 2 * Copyright (C) 2013 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 } 45 }
46 46
47 .overrides-view .field-error-message { 47 .overrides-view .field-error-message {
48 display: none; 48 display: none;
49 } 49 }
50 50
51 .overrides-view input[type='text']:focus::-webkit-input-placeholder { 51 .overrides-view input[type='text']:focus::-webkit-input-placeholder {
52 color: transparent !important; 52 color: transparent !important;
53 } 53 }
54 54
55 .overrides-view > .tabbed-pane {
56 overflow: hidden;
57 }
58
55 /* Network tab */ 59 /* Network tab */
56 60
57 .overrides-network fieldset { 61 .overrides-network fieldset {
58 padding-top: 5px; 62 padding-top: 5px;
59 } 63 }
60 64
61 .overrides-network fieldset p { 65 .overrides-network fieldset p {
62 width: 100%; 66 width: 100%;
63 margin-left: 2px; 67 margin-left: 2px;
64 } 68 }
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 #overrides-reset-button, 265 #overrides-reset-button,
262 #overrides-disable-button { 266 #overrides-disable-button {
263 margin: 9px 0 0 17px; 267 margin: 9px 0 0 17px;
264 display: block; 268 display: block;
265 width: 60px; 269 width: 60px;
266 } 270 }
267 271
268 .overrides-enable-button { 272 .overrides-enable-button {
269 margin: 4px !important; 273 margin: 4px !important;
270 } 274 }
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