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

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

Issue 1167573003: Devtools: Resize glpyhs and add animation icons (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 209
210 .overrides-view .overrides-footer { 210 .overrides-view .overrides-footer {
211 flex: none; 211 flex: none;
212 padding: 0 0 1px 3px; 212 padding: 0 0 1px 3px;
213 border-top: 1px solid rgb(203,203,203); 213 border-top: 1px solid rgb(203,203,203);
214 background-color: #eee; 214 background-color: #eee;
215 } 215 }
216 216
217 .overrides-view .overrides-footer::before { 217 .overrides-view .overrides-footer::before {
218 background-image: url(Images/toolbarButtonGlyphs.png); 218 background-image: url(Images/toolbarButtonGlyphs.png);
219 background-size: 320px 144px; 219 background-size: 352px 144px;
220 width: 10px; 220 width: 10px;
221 height: 10px; 221 height: 10px;
222 content: ""; 222 content: "";
223 position: relative; 223 position: relative;
224 top: 2px; 224 top: 2px;
225 background-position: -202px -107px; 225 background-position: -202px -107px;
226 float: left; 226 float: left;
227 margin-right: 4px; 227 margin-right: 4px;
228 } 228 }
229 229
(...skipping 22 matching lines...) Expand all
252 #overrides-reset-button, 252 #overrides-reset-button,
253 #overrides-disable-button { 253 #overrides-disable-button {
254 margin: 9px 0 0 17px; 254 margin: 9px 0 0 17px;
255 display: block; 255 display: block;
256 width: 60px; 256 width: 60px;
257 } 257 }
258 258
259 .overrides-enable-button { 259 .overrides-enable-button {
260 margin: 4px !important; 260 margin: 4px !important;
261 } 261 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698