Chromium Code Reviews| Index: chrome/browser/resources/extensions/extension_commands_overlay.css |
| =================================================================== |
| --- chrome/browser/resources/extensions/extension_commands_overlay.css (revision 0) |
| +++ chrome/browser/resources/extensions/extension_commands_overlay.css (revision 0) |
| @@ -0,0 +1,22 @@ |
| +/* 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. */ |
| + |
| +.extension-command-list-command-item-wrapper { |
| + margin-left: 12px; |
| +} |
| + |
| +.command-shortcut { |
| + float: right; |
| +} |
| + |
| +.inactive-keybinding { |
| + color: Gray; |
| +} |
| + |
| +<if expr="pp_ifdef('toolkit_views')"> |
| +/* TODO(estade): apply this everywhere. */ |
|
Evan Stade
2012/05/18 21:08:26
you don't need to copy this, it already exists due
Finnur
2012/05/18 22:02:04
Oh, great! :)
Done.
|
| +.button-strip { |
| + -webkit-box-direction: reverse; |
| +} |
| +</if> |
| Property changes on: chrome\browser\resources\extensions\extension_commands_overlay.css |
| ___________________________________________________________________ |
| Added: svn:eol-style |
| + LF |