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

Unified Diff: appengine/chromium_rietveld/new_static/components/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 side-by-side diff with in-line comments
Download patch
Index: appengine/chromium_rietveld/new_static/components/forms.css
diff --git a/appengine/chromium_rietveld/new_static/components/forms.css b/appengine/chromium_rietveld/new_static/components/forms.css
deleted file mode 100644
index e98dffe7fed67da26fcf5e1934ff1e02ce911b17..0000000000000000000000000000000000000000
--- a/appengine/chromium_rietveld/new_static/components/forms.css
+++ /dev/null
@@ -1,56 +0,0 @@
-/*
- * Copyright (c) 2014 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-.form-fields {
- display: table;
- width: 100%;
-}
-
-.form-row {
- display: table-row;
-}
-
-.form-label {
- font-weight: bold;
- color: #959595;
- -webkit-user-select: none;
- cursor: default;
- white-space: nowrap;
- vertical-align: baseline;
- display: table-cell;
- padding: 1.3em 16px;
-}
-
-.form-label-textarea {
- vertical-align: baseline;
-}
-
-.form-field {
- width: 100%;
- position: relative;
- vertical-align: top;
-}
-
-.form-field {
- display: table-cell;
- padding: 1em 16px;
-}
-
-.form-error {
- display: block;
- color: #DD4B39;
- font-weight: bold;
- padding-top: 0.5em;
-}
-
-.form-error:empty {
- padding: 0;
-}
-
-.form-warning {
- color: #9FA6AA;
- font-size: 1em;
-}

Powered by Google App Engine
This is Rietveld 408576698