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

Side by Side Diff: appengine/chromium_rietveld/new_static/common/forms.css

Issue 1001723003: Create a common directory of widgets and css. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.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
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2014 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2014 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 .form-fields { 7 .form-fields {
8 display: table; 8 display: table;
9 width: 100%; 9 width: 100%;
10 } 10 }
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 } 47 }
48 48
49 .form-error:empty { 49 .form-error:empty {
50 padding: 0; 50 padding: 0;
51 } 51 }
52 52
53 .form-warning { 53 .form-warning {
54 color: #9FA6AA; 54 color: #9FA6AA;
55 font-size: 1em; 55 font-size: 1em;
56 } 56 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698