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

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

Issue 658303002: DevTools: Fix soft context menu font after r183724 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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) 2006, 2007, 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 2194 matching lines...) Expand 10 before | Expand all | Expand 10 after
2205 2205
2206 .soft-context-menu-item { 2206 .soft-context-menu-item {
2207 width: 100%; 2207 width: 100%;
2208 line-height: 13px; 2208 line-height: 13px;
2209 font-size: 14px; 2209 font-size: 14px;
2210 border-top: 1px solid transparent; 2210 border-top: 1px solid transparent;
2211 border-bottom: 1px solid transparent; 2211 border-bottom: 1px solid transparent;
2212 padding: 2px 7px 2px 6px; 2212 padding: 2px 7px 2px 6px;
2213 margin: 0 13px 0 0; 2213 margin: 0 13px 0 0;
2214 white-space: nowrap; 2214 white-space: nowrap;
2215 cursor: default;
2215 } 2216 }
2216 2217
2217 .soft-context-menu-separator { 2218 .soft-context-menu-separator {
2218 height: 10px; 2219 height: 10px;
2219 margin: 0 1px; 2220 margin: 0 1px;
2220 } 2221 }
2221 2222
2222 .soft-context-menu-separator > .separator-line { 2223 .soft-context-menu-separator > .separator-line {
2223 margin: 0; 2224 margin: 0;
2224 height: 5px; 2225 height: 5px;
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
2803 } 2804 }
2804 2805
2805 .resources-divider-label { 2806 .resources-divider-label {
2806 position: absolute; 2807 position: absolute;
2807 top: 4px; 2808 top: 4px;
2808 right: 3px; 2809 right: 3px;
2809 font-size: 80%; 2810 font-size: 80%;
2810 white-space: nowrap; 2811 white-space: nowrap;
2811 pointer-events: none; 2812 pointer-events: none;
2812 } 2813 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698