summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/extensions/pack_extension_overlay.css
blob: 74a4b19d546ccf379e47d82c76af3ea960eecee9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* 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-extension-heading {
  padding-bottom: 5px;
  width: 520px;
}

.pack-extension-text-boxes {
  text-align: right;
}

.pack-extension-text-area {
  width: 260px;
}

<if expr="toolkit_views">
/* TODO(estade): apply this everywhere. */
.button-strip {
  -webkit-box-direction: reverse;
}
</if>