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

Side by Side Diff: chrome/browser/resources/user_manager/control_bar.css

Issue 660803003: The User Manager's Chrome logo should flip nicely in RTL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright 2013 The Chromium Authors. All rights reserved. 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 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 /* Overrides of styles in chrome/browser/resources/chromeos/login/header_bar.js 6 /* Overrides of styles in chrome/browser/resources/chromeos/login/header_bar.js
7 * that are needed by the desktop user chooser screen 7 * that are needed by the desktop user chooser screen
8 */ 8 */
9 #login-header-bar { 9 #login-header-bar {
10 background-color: white; 10 background-color: white;
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 url('../../../app/theme/%DISTRIBUTION%/product_logo_name_48.png') 1x, 81 url('../../../app/theme/%DISTRIBUTION%/product_logo_name_48.png') 1x,
82 url('../../../app/theme/%DISTRIBUTION%/product_logo_name_96.png') 2x); 82 url('../../../app/theme/%DISTRIBUTION%/product_logo_name_96.png') 2x);
83 height: 18px; 83 height: 18px;
84 position: absolute; 84 position: absolute;
85 right: 16px; 85 right: 16px;
86 top: 20px; 86 top: 20px;
87 } 87 }
88 88
89 html[dir=rtl] #logo { 89 html[dir=rtl] #logo {
90 left: 16px; 90 left: 16px;
91 right: auto;
91 } 92 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698