- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / chromeos / login / screen_account_picker.css
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  */
5
6 #account-picker {
7   -webkit-box-align: center;
8   -webkit-box-orient: vertical;
9   -webkit-box-pack: center;
10   /*
11    * Account picker has .step class but should be
12    * fully transparent and w/o border.
13    */
14   background: transparent;
15   box-shadow: none;
16   display: -webkit-box;
17   left: 0;
18   margin: 0;
19   padding: 0;
20 }
21
22 #multiple-signin-banner {
23   background-color: rgba(0, 0, 0, 0.75);
24   border-radius: 4px;
25   color: whitesmoke;
26   display: none;
27   font-size: 15px;
28   padding: 20px;
29 }
30
31 html[screen=user-adding] #multiple-signin-banner {
32   display: block;
33 }