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

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

Issue 347583003: DevTools: add emulation toggle button and splash screen. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: For landing Created 6 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 (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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 } 92 }
93 93
94 .overrides-view fieldset p label { 94 .overrides-view fieldset p label {
95 display: inline-block; 95 display: inline-block;
96 } 96 }
97 97
98 .overrides-view .field-error-message { 98 .overrides-view .field-error-message {
99 display: none; 99 display: none;
100 } 100 }
101 101
102 .overrides-view input[type='text']:focus::-webkit-input-placeholder {
103 color: transparent !important;
104 }
105
102 /* Network tab */ 106 /* Network tab */
103 107
104 .overrides-network fieldset { 108 .overrides-network fieldset {
105 padding-top: 5px; 109 padding-top: 5px;
106 } 110 }
107 111
108 .overrides-network fieldset p { 112 .overrides-network fieldset p {
109 width: 100%; 113 width: 100%;
110 margin-left: 2px; 114 margin-left: 2px;
111 } 115 }
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 border-top: 1px solid #EEEEEE; 188 border-top: 1px solid #EEEEEE;
185 margin: 0; 189 margin: 0;
186 padding: 12px; 190 padding: 12px;
187 } 191 }
188 192
189 .overrides-view label { 193 .overrides-view label {
190 display: flex; 194 display: flex;
191 height: auto; 195 height: auto;
192 } 196 }
193 197
194 /* Screen tab */ 198 #metrics-override-section > span {
199 padding: 0 10px 0 3px;
200 }
201
202 #metrics-override-section > select {
203 width: 244px;
204 }
205
206 /* Media tab */
195 207
196 .overrides-media > label { 208 .overrides-media > label {
197 margin-bottom: 4px; 209 margin-bottom: 4px;
198 } 210 }
199 211
200 /* Sensors tab */ 212 /* Sensors tab */
201 213
202 .overrides-sensors > label { 214 .overrides-sensors > label {
203 margin-bottom: 10px; 215 margin-bottom: 10px;
204 } 216 }
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 295
284 @media (-webkit-min-device-pixel-ratio: 1.5) { 296 @media (-webkit-min-device-pixel-ratio: 1.5) {
285 .overrides-view .overrides-footer::before { 297 .overrides-view .overrides-footer::before {
286 background-image: url(Images/statusbarButtonGlyphs_2x.png); 298 background-image: url(Images/statusbarButtonGlyphs_2x.png);
287 } 299 }
288 } /* media */ 300 } /* media */
289 301
290 .overrides-view .overrides-footer .warning-icon-small { 302 .overrides-view .overrides-footer .warning-icon-small {
291 margin-right: 3px; 303 margin-right: 3px;
292 } 304 }
305
306 .overrides-splash-screen {
307 display: flex;
308 align-items: center;
309 padding: 3px 10px;
310 }
311
312 .overrides-reset-button {
313 margin: 9px 0 0 17px;
314 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/main/AdvancedApp.js ('k') | Source/devtools/front_end/responsiveDesignView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698