Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / accessibility_menu.css
blobcb8350a18c893185aafb572120798586b2573b92
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 */
6 #accessibility-menu {
7 -webkit-padding-end: 80px;
8 -webkit-padding-start: 25px;
9 padding-bottom: 25px;
10 padding-top: 15px;
13 .checkboxrow {
14 display: -webkit-box;
15 margin-top: 10px;
18 .checkboxlabel {
19 -webkit-margin-start: 10px;
22 .close-button {
23 background: url(chrome://theme/IDR_CLOSE_DIALOG) center no-repeat;
24 height: 14px;
25 position: absolute;
26 right: 7px;
27 top: 7px;
28 width: 14px;
31 .close-button:hover {
32 background-image: url(chrome://theme/IDR_CLOSE_DIALOG_H);
35 .close-button:active {
36 background-image: url(chrome://theme/IDR_CLOSE_DIALOG_P);
39 html[dir=rtl] .close-button {
40 left: 10px;
41 right: auto;