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

Side by Side Diff: chrome/browser/resources/chromeos/sim_unlock.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: removing screen_account_picker.css 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) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5
1 .error { 6 .error {
2 color: red; 7 color: red;
3 } 8 }
4 9
5 #pin-error-msg { 10 #pin-error-msg {
6 height: 25px; 11 height: 25px;
7 margin: 5px auto 5px auto; 12 margin: 5px auto 5px auto;
8 } 13 }
9 14
10 .content-area { 15 .content-area {
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 } 87 }
83 88
84 .choose-pin-input-area { 89 .choose-pin-input-area {
85 margin: 5px 5px 5px 5px; 90 margin: 5px 5px 5px 5px;
86 width: 125px; 91 width: 125px;
87 } 92 }
88 93
89 #choose-pin-action-area { 94 #choose-pin-action-area {
90 padding: 6px; 95 padding: 6px;
91 } 96 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/network_menu.css ('k') | chrome/browser/resources/chromeos/wrench_menu.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698