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

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

Issue 2231143002: Cleanup: fix some CSS comment styles (especially copyrights) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: michaelpg@ review Created 4 years, 4 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
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 */
5 4
6 #accessibility-menu { 5 #accessibility-menu {
7 -webkit-padding-end: 80px; 6 -webkit-padding-end: 80px;
8 -webkit-padding-start: 25px; 7 -webkit-padding-start: 25px;
9 padding-bottom: 25px; 8 padding-bottom: 25px;
10 padding-top: 15px; 9 padding-top: 15px;
11 z-index: 1; 10 z-index: 1;
12 } 11 }
13 12
14 .checkboxrow { 13 .checkboxrow {
(...skipping 20 matching lines...) Expand all
35 34
36 .close-button:active { 35 .close-button:active {
37 background-image: url(chrome://theme/IDR_CLOSE_DIALOG_P); 36 background-image: url(chrome://theme/IDR_CLOSE_DIALOG_P);
38 } 37 }
39 38
40 html[dir=rtl] .close-button { 39 html[dir=rtl] .close-button {
41 left: 10px; 40 left: 10px;
42 right: auto; 41 right: auto;
43 } 42 }
44 43
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/keyboard_overlay.css ('k') | chrome/browser/resources/chromeos/login/api_keys_notice.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698