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

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

Issue 1290883006: Devtools: Add new row in toolbarButtonGlyphs and layout editor icon (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 4 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
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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 222
223 .overrides-view .overrides-footer { 223 .overrides-view .overrides-footer {
224 flex: none; 224 flex: none;
225 padding: 0 0 1px 3px; 225 padding: 0 0 1px 3px;
226 border-top: 1px solid rgb(203,203,203); 226 border-top: 1px solid rgb(203,203,203);
227 background-color: #eee; 227 background-color: #eee;
228 } 228 }
229 229
230 .overrides-view .overrides-footer::before { 230 .overrides-view .overrides-footer::before {
231 background-image: url(Images/toolbarButtonGlyphs.png); 231 background-image: url(Images/toolbarButtonGlyphs.png);
232 background-size: 352px 144px; 232 background-size: 352px 168px;
233 width: 10px; 233 width: 10px;
234 height: 10px; 234 height: 10px;
235 content: ""; 235 content: "";
236 position: relative; 236 position: relative;
237 top: 2px; 237 top: 2px;
238 background-position: -202px -107px; 238 background-position: -202px -107px;
239 float: left; 239 float: left;
240 margin-right: 4px; 240 margin-right: 4px;
241 } 241 }
242 242
(...skipping 22 matching lines...) Expand all
265 #overrides-reset-button, 265 #overrides-reset-button,
266 #overrides-disable-button { 266 #overrides-disable-button {
267 margin: 9px 0 0 17px; 267 margin: 9px 0 0 17px;
268 display: block; 268 display: block;
269 width: 60px; 269 width: 60px;
270 } 270 }
271 271
272 .overrides-enable-button { 272 .overrides-enable-button {
273 margin: 4px !important; 273 margin: 4px !important;
274 } 274 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/emulation/devicesSettingsTab.css ('k') | Source/devtools/front_end/inspectorStyle.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698