cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / extensions / pack_extension_overlay.css
blob684ae33820da6e0106564c6923f2d98740dd1223
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-extension-heading {
6 padding-bottom: 5px;
7 width: 520px;
10 .pack-extension-text-boxes {
11 text-align: right;
14 .pack-extension-text-area {
15 width: 260px;
18 <if expr="pp_ifdef('toolkit_views')">
19 /* TODO(estade): apply this everywhere. */
20 .button-strip {
21 -webkit-box-direction: reverse;
23 </if>