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

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

Issue 732603002: DevTools: align more status bar button usages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 .overrides-view .overrides-footer::before { 285 .overrides-view .overrides-footer::before {
286 background-image: url(Images/statusbarButtonGlyphs_2x.png); 286 background-image: url(Images/statusbarButtonGlyphs_2x.png);
287 } 287 }
288 } /* media */ 288 } /* media */
289 289
290 .overrides-view .overrides-footer .warning-icon-small { 290 .overrides-view .overrides-footer .warning-icon-small {
291 margin-right: 3px; 291 margin-right: 3px;
292 } 292 }
293 293
294 .overrides-splash-screen { 294 .overrides-splash-screen {
295 display: block; 295 display: flex;
296 padding: 10px 10px; 296 padding: 10px 10px;
297 flex: auto; 297 flex: auto;
298 } 298 }
299 299
300 .overrides-splash-screen > button { 300 .overrides-splash-screen > button {
301 margin: -4px 0; 301 margin: -4px 0;
302 display: inline-flex;
302 } 303 }
303 304
304 #overrides-reset-button, 305 #overrides-reset-button,
305 #overrides-disable-button { 306 #overrides-disable-button {
306 margin: 9px 0 0 17px; 307 margin: 9px 0 0 17px;
307 display: block; 308 display: block;
308 width: 60px; 309 width: 60px;
309 } 310 }
310 311
311 .overrides-enable-button { 312 .overrides-enable-button {
312 margin: 4px !important; 313 margin: 4px !important;
313 } 314 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/inspectorStyle.css ('k') | Source/devtools/front_end/profiler/profilesPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698