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

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

Issue 999933009: Back button should point right in RTL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 (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 5
6 #gaia-signin { 6 #gaia-signin {
7 height: 609px; /* Should be the same as #user-image.loading min-heigth. */ 7 height: 609px; /* Should be the same as #user-image.loading min-heigth. */
8 padding: 70px 17px 69px; /* Screen has no controls. */ 8 padding: 70px 17px 69px; /* Screen has no controls. */
9 width: 722px; /* Should be the same as #user-image.loading width. */ 9 width: 722px; /* Should be the same as #user-image.loading width. */
10 } 10 }
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 background-repeat: no-repeat; 80 background-repeat: no-repeat;
81 height: 18px; 81 height: 18px;
82 left: 14px; 82 left: 14px;
83 position: absolute; 83 position: absolute;
84 top: 14px; 84 top: 14px;
85 width: 18px; 85 width: 18px;
86 z-index: 1; 86 z-index: 1;
87 } 87 }
88 88
89 html[dir=rtl] #back-button-item { 89 html[dir=rtl] #back-button-item {
90 -webkit-transform: scaleX(-1);
90 left: auto; 91 left: auto;
91 right: 14px; 92 right: 14px;
92 } 93 }
93 94
94 #back-button-item:disabled { 95 #back-button-item:disabled {
95 background-image: url(chrome://theme/IDR_LOGIN_BACK_BUTTTON_MASKED); 96 background-image: url(chrome://theme/IDR_LOGIN_BACK_BUTTTON_MASKED);
96 } 97 }
97 98
98 .signin-text { 99 .signin-text {
99 color: #666; 100 color: #666;
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 left: 0; 219 left: 0;
219 position: absolute; 220 position: absolute;
220 right: 0; 221 right: 0;
221 text-align: center; 222 text-align: center;
222 top: 50px; 223 top: 50px;
223 } 224 }
224 225
225 #saml-notice-message { 226 #saml-notice-message {
226 margin: 0 auto; 227 margin: 0 auto;
227 } 228 }
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