Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / browser / resources / apps_debugger / css / pack_item_overlay.css
blob783afcfa4d33f52953f194729d1564959ebf46f5
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. */
5 .pack-item-heading {
6 padding-bottom: 5px;
7 width: 520px;
10 .pack-item-text-boxes {
11 text-align: end;
14 .pack-item-text-area {
15 width: 260px;
18 <if expr="pp_ifdef('toolkit_views')">
19 .button-strip {
20 -webkit-box-direction: reverse;
22 </if>