summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/extensions/pack_extension_overlay.css
blob: 684ae33820da6e0106564c6923f2d98740dd1223 (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="pp_ifdef('toolkit_views')">
/* TODO(estade): apply this everywhere. */
.button-strip {
  -webkit-box-direction: reverse;
}
</if>