| 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>
|
|
|