Chromium Code Reviews| Index: chrome/browser/resources/options2/chromeos/display_options.css |
| diff --git a/chrome/browser/resources/options2/chromeos/display_options.css b/chrome/browser/resources/options2/chromeos/display_options.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..7c0937b94c88de79a6bb1aeb1e40efe4b7939fc4 |
| --- /dev/null |
| +++ b/chrome/browser/resources/options2/chromeos/display_options.css |
| @@ -0,0 +1,36 @@ |
| +/* 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. */ |
| + |
| +#display-options-displays-view-host { |
| + padding: 20px; |
|
James Hawkins
2012/06/18 15:13:49
Please attach a screenshot.
Jun Mukai
2012/06/19 08:37:44
Sorry, what do you mean? I uploaded the latest sc
|
| +} |
| + |
| +#display-options-displays-view { |
| + height: 300px; |
| + position: relative; |
| +} |
| + |
| +#display-configurations { |
| + border-top: 1px solid blue; |
| + padding-top: 20px; |
| + text-align: right; |
| +} |
| + |
| +.displays-display { |
| + background-color: white; |
| + border: dashed 1px; |
| + position: absolute; |
| + text-align: center; |
| + vertical-align: middle; |
| + z-index: 0; |
| +} |
| + |
| +.displays-primary { |
| + border: solid 1px blue; |
| +} |
| + |
| +.displays-focused { |
| + border: solid 2px; |
| + z-index: 1; |
| +} |