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

Side by Side Diff: chrome/browser/resources/apps_debugger/css/pack_item_overlay.css

Issue 11794034: Adds functionality to pack an extension / app from the app. (Closed) Base URL: http://git.chromium.org/chromium/src.git@bacha_lo
Patch Set: . Created 7 years, 11 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
(Empty)
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
3 * found in the LICENSE file. */
4
5 .pack-item-heading {
6 padding-bottom: 5px;
7 width: 520px;
8 }
9
10 .pack-item-text-boxes {
11 text-align: right;
Dan Beam 2013/02/07 01:54:44 nit: text-align: end; works in RTL (if you want it
Gaurav 2013/02/08 04:39:19 Done.
12 }
13
14 .pack-item-text-area {
15 width: 260px;
16 }
17
18 <if expr="pp_ifdef('toolkit_views')">
19 .button-strip {
20 -webkit-box-direction: reverse;
21 }
22 </if>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698