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

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

Issue 1100623003: ChromeOS Gaia: Polishing Offline UI and Password changed UI according to specs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
OLDNEW
1 /* Copyright 2015 The Chromium Authors. All rights reserved. 1 /* Copyright 2015 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 :host { 6 :host {
7 height: 100%; 7 height: 100%;
8 width: 100%; 8 width: 100%;
9 } 9 }
10 10
(...skipping 13 matching lines...) Expand all
24 top: 0; 24 top: 0;
25 z-index: 1; 25 z-index: 1;
26 } 26 }
27 27
28 :host-context(html[dir=rtl]) #closeButton { 28 :host-context(html[dir=rtl]) #closeButton {
29 left: 0; 29 left: 0;
30 right: auto; 30 right: auto;
31 } 31 }
32 32
33 div.margined { 33 div.margined {
34 margin-top: 30px; 34 margin-bottom: 24px;
35 } 35 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698