Chromium Code Reviews| 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..ab609b8c6697e81b3c0071584d1de4f3028f5544 |
| --- /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: 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.
|
| +} |
| + |
| +.pack-item-text-area { |
| + width: 260px; |
| +} |
| + |
| +<if expr="pp_ifdef('toolkit_views')"> |
| +.button-strip { |
| + -webkit-box-direction: reverse; |
| +} |
| +</if> |