Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Side by Side Diff: chrome/browser/resources/chromeos/login/accessibility_menu.css

Issue 2626123002: [i18n] chromeos login i18n-content to $i18n{} (Closed)
Patch Set: nit Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/accessibility_menu.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 #accessibility-menu { 5 #accessibility-menu {
6 -webkit-padding-end: 80px; 6 -webkit-padding-end: 80px;
7 -webkit-padding-start: 25px; 7 -webkit-padding-start: 25px;
8 padding-bottom: 25px; 8 padding-bottom: 25px;
9 padding-top: 15px; 9 padding-top: 15px;
10 z-index: 1; 10 z-index: 1;
(...skipping 22 matching lines...) Expand all
33 } 33 }
34 34
35 .close-button:active { 35 .close-button:active {
36 background-image: url(chrome://theme/IDR_CLOSE_DIALOG_P); 36 background-image: url(chrome://theme/IDR_CLOSE_DIALOG_P);
37 } 37 }
38 38
39 html[dir=rtl] .close-button { 39 html[dir=rtl] .close-button {
40 left: 10px; 40 left: 10px;
41 right: auto; 41 right: auto;
42 } 42 }
43
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/accessibility_menu.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698