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

Side by Side Diff: chrome/browser/resources/extensions/pack_extension_overlay.css

Issue 171763004: Remove pp_ifdef from resource files in chrome/browser and chrome/renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 10 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 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 .pack-extension-heading { 5 .pack-extension-heading {
6 padding-bottom: 5px; 6 padding-bottom: 5px;
7 width: 520px; 7 width: 520px;
8 } 8 }
9 9
10 .pack-extension-text-boxes { 10 .pack-extension-text-boxes {
11 text-align: right; 11 text-align: right;
12 } 12 }
13 13
14 .pack-extension-text-area { 14 .pack-extension-text-area {
15 width: 260px; 15 width: 260px;
16 } 16 }
17 17
18 <if expr="pp_ifdef('toolkit_views')"> 18 <if expr="toolkit_views">
19 /* TODO(estade): apply this everywhere. */ 19 /* TODO(estade): apply this everywhere. */
20 .button-strip { 20 .button-strip {
21 -webkit-box-direction: reverse; 21 -webkit-box-direction: reverse;
22 } 22 }
23 </if> 23 </if>
OLDNEW
« no previous file with comments | « chrome/browser/resources/extensions/extensions.js ('k') | chrome/browser/resources/feedback/html/default.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698