[email protected] | 8461743 | 2012-01-24 22:32:16 | [diff] [blame] | 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. */ | ||||
4 | |||||
[email protected] | c10c3f1 | 2012-03-08 05:18:54 | [diff] [blame] | 5 | .pack-extension-heading { |
[email protected] | c9c8b21 | 2011-12-13 23:59:40 | [diff] [blame] | 6 | padding-bottom: 5px; |
[email protected] | c10c3f1 | 2012-03-08 05:18:54 | [diff] [blame] | 7 | width: 520px; |
[email protected] | c9c8b21 | 2011-12-13 23:59:40 | [diff] [blame] | 8 | } |
9 | |||||
[email protected] | c10c3f1 | 2012-03-08 05:18:54 | [diff] [blame] | 10 | .pack-extension-text-boxes { |
[email protected] | c9c8b21 | 2011-12-13 23:59:40 | [diff] [blame] | 11 | text-align: right; |
12 | } | ||||
13 | |||||
[email protected] | c10c3f1 | 2012-03-08 05:18:54 | [diff] [blame] | 14 | .pack-extension-text-area { |
[email protected] | c9c8b21 | 2011-12-13 23:59:40 | [diff] [blame] | 15 | width: 260px; |
16 | } | ||||
[email protected] | 8461743 | 2012-01-24 22:32:16 | [diff] [blame] | 17 | |
[email protected] | e81c3513 | 2014-02-19 08:03:37 | [diff] [blame] | 18 | <if expr="toolkit_views"> |
[email protected] | 8461743 | 2012-01-24 22:32:16 | [diff] [blame] | 19 | /* TODO(estade): apply this everywhere. */ |
[email protected] | 922ad1e | 2012-03-27 00:33:05 | [diff] [blame] | 20 | .button-strip { |
[email protected] | 8461743 | 2012-01-24 22:32:16 | [diff] [blame] | 21 | -webkit-box-direction: reverse; |
22 | } | ||||
[email protected] | 922ad1e | 2012-03-27 00:33:05 | [diff] [blame] | 23 | </if> |