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

Side by Side Diff: chrome/browser/resources/task_manager/task_manager.css

Issue 9958101: [WebUI] Fix rest of CSS style nits in misc. dirs so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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. 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 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 */
5 4
6 * { 5 * {
7 margin: 0; 6 margin: 0;
8 padding: 0; 7 padding: 0;
9 } 8 }
10 9
11 html { 10 html {
12 overflow: hidden; 11 overflow: hidden;
13 } 12 }
14 13
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 147
149 /* Container for the ok/cancel buttons. */ 148 /* Container for the ok/cancel buttons. */
150 .footer-right-container { 149 .footer-right-container {
151 -webkit-box-flex: 1; 150 -webkit-box-flex: 1;
152 text-align: right; 151 text-align: right;
153 } 152 }
154 153
155 button { 154 button {
156 margin: 2px 0 2px 8px; 155 margin: 2px 0 2px 8px;
157 } 156 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/sync_setup_overlay.css ('k') | chrome/browser/resources/test_presubmit.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698