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

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

Issue 342163002: DevTools: move emulation button into the base App.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Review comments addressed. 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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 background-image: url(Images/statusbarButtonGlyphs_2x.png); 298 background-image: url(Images/statusbarButtonGlyphs_2x.png);
299 } 299 }
300 } /* media */ 300 } /* media */
301 301
302 .overrides-view .overrides-footer .warning-icon-small { 302 .overrides-view .overrides-footer .warning-icon-small {
303 margin-right: 3px; 303 margin-right: 3px;
304 } 304 }
305 305
306 .overrides-splash-screen { 306 .overrides-splash-screen {
307 display: block; 307 display: block;
308 padding: 3px 10px; 308 padding: 10px 10px;
309 } 309 }
310 310
311 .overrides-splash-screen > button { 311 .overrides-splash-screen > button {
312 margin: -4px 0; 312 margin: -4px 0;
313 } 313 }
314 314
315 .overrides-reset-button { 315 .overrides-reset-button {
316 margin: 9px 0 0 17px; 316 margin: 9px 0 0 17px;
317 } 317 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/main/module.json ('k') | Source/devtools/front_end/sdk/OverridesSupport.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698