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

Side by Side Diff: appengine/chromium_rietveld/new_static/common/common.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
« no previous file with comments | « no previous file | appengine/chromium_rietveld/new_static/common/cr-action.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 :host { display: block; } 7 :host { display: block; }
8 8
9 h1, h2 { 9 h1, h2 {
10 padding: 0; 10 padding: 0;
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 } 98 }
99 99
100 input.invalid, 100 input.invalid,
101 textarea.invalid { 101 textarea.invalid {
102 border: 1px solid #DD4B39; 102 border: 1px solid #DD4B39;
103 } 103 }
104 104
105 cr-toolbar > [is=cr-button] { 105 cr-toolbar > [is=cr-button] {
106 margin-right: 16px; 106 margin-right: 16px;
107 } 107 }
OLDNEW
« no previous file with comments | « no previous file | appengine/chromium_rietveld/new_static/common/cr-action.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698