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

Side by Side Diff: chrome/browser/resources/tracing/tracing_controller.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 .tracing-overlay { 5 .tracing-overlay {
7 -webkit-box-align: center; 6 -webkit-box-align: center;
8 -webkit-box-orient: vertical; 7 -webkit-box-orient: vertical;
9 -webkit-box-pack: center; 8 -webkit-box-pack: center;
10 display: -webkit-box; 9 display: -webkit-box;
11 height: 80px; 10 height: 80px;
12 text-align: center; 11 text-align: center;
13 width: 200px; 12 width: 200px;
14 } 13 }
15 14
16 .tracing-start-button { 15 .tracing-start-button {
17 -webkit-margin-start: 5px; 16 -webkit-margin-start: 5px;
18 background: rgb(255, 0, 0); 17 background: rgb(255, 0, 0);
19 background-clip: border-box; 18 background-clip: border-box;
20 border: 1px solid black; 19 border: 1px solid black;
21 border-bottom: 0; 20 border-bottom: 0;
22 border-top-left-radius: 8px; 21 border-top-left-radius: 8px;
23 border-top-right-radius: 8px; 22 border-top-right-radius: 8px;
24 display: inline-block; 23 display: inline-block;
25 margin-top: 4px; 24 margin-top: 4px;
26 padding: 5px 10px 3px 10px; 25 padding: 5px 10px 3px 10px;
27 position: fixed; 26 position: fixed;
28 right: 3px; 27 right: 3px;
29 text-align: center; 28 text-align: center;
30 text-decoration: none; 29 text-decoration: none;
31 top: -1px; 30 top: -1px;
32 } 31 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/tracing/timeline_view.css ('k') | chrome/browser/resources/web_dev_style/css_checker.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698