- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / chromeos / login / screen_confirm_password.css
1 /* Copyright 2013 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 #confirm-password {
7   height: 150px;
8   padding: 16px;
9   width: 400px;
10 }
11
12 #confirm-password-title {
13   font-weight: bold;
14   margin: 0;
15 }
16
17 #confirm-password-input {
18   margin-top: 10px;
19   width: 100%;
20 }