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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/apps_debugger/css/pack_item_overlay.css
diff --git a/chrome/browser/resources/apps_debugger/css/pack_item_overlay.css b/chrome/browser/resources/apps_debugger/css/pack_item_overlay.css
new file mode 100644
index 0000000000000000000000000000000000000000..783afcfa4d33f52953f194729d1564959ebf46f5
--- /dev/null
+++ b/chrome/browser/resources/apps_debugger/css/pack_item_overlay.css
@@ -0,0 +1,22 @@
+/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file. */
+
+.pack-item-heading {
+ padding-bottom: 5px;
+ width: 520px;
+}
+
+.pack-item-text-boxes {
+ text-align: end;
+}
+
+.pack-item-text-area {
+ width: 260px;
+}
+
+<if expr="pp_ifdef('toolkit_views')">
+.button-strip {
+ -webkit-box-direction: reverse;
+}
+</if>
« no previous file with comments | « chrome/browser/resources/apps_debugger/css/items.css ('k') | chrome/browser/resources/apps_debugger/js/items.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698