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

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

Issue 9864032: [WebUI] Fix all CSS nits in chrome/browser/resources/chromeos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: copyright fix Created 8 years, 8 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 | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
Dan Beam 2012/03/27 20:53:18 didn't need to do this, reverting this one file
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 5
6 #login-header-bar { 6 #login-header-bar {
7 margin: 0; 7 margin: 0;
8 padding: 0; 8 padding: 0;
9 } 9 }
10 10
11 #login-header-bar button, 11 #login-header-bar button,
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 background-image: url('chrome://theme/IDR_ICON_ADD_USER20'); 52 background-image: url('chrome://theme/IDR_ICON_ADD_USER20');
53 background-position: left center; 53 background-position: left center;
54 background-repeat: no-repeat; 54 background-repeat: no-repeat;
55 } 55 }
56 56
57 html[dir=rtl] .header-bar-item, 57 html[dir=rtl] .header-bar-item,
58 html[dir=rtl] #login-header-bar #shutdown-button, 58 html[dir=rtl] #login-header-bar #shutdown-button,
59 html[dir=rtl] #login-header-bar #add-user-button { 59 html[dir=rtl] #login-header-bar #add-user-button {
60 background-position: right center; 60 background-position: right center;
61 } 61 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698