| Index: chrome/browser/resources/tracing/tracing_controller.css
|
| diff --git a/chrome/browser/resources/tracing/tracing_controller.css b/chrome/browser/resources/tracing/tracing_controller.css
|
| deleted file mode 100644
|
| index 46936b906098bc4000a7a7199a300cb17010b2c2..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/resources/tracing/tracing_controller.css
|
| +++ /dev/null
|
| @@ -1,31 +0,0 @@
|
| -/* Copyright (c) 2012 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. */
|
| -
|
| -.tracing-overlay {
|
| - -webkit-box-align: center;
|
| - -webkit-box-orient: vertical;
|
| - -webkit-box-pack: center;
|
| - display: -webkit-box;
|
| - height: 80px;
|
| - text-align: center;
|
| - width: 200px;
|
| -}
|
| -
|
| -.tracing-start-button {
|
| - -webkit-margin-start: 5px;
|
| - background: rgb(255, 0, 0);
|
| - background-clip: border-box;
|
| - border: 1px solid black;
|
| - border-bottom: 0;
|
| - border-top-left-radius: 8px;
|
| - border-top-right-radius: 8px;
|
| - display: inline-block;
|
| - margin-top: 4px;
|
| - padding: 5px 10px 3px 10px;
|
| - position: fixed;
|
| - right: 3px;
|
| - text-align: center;
|
| - text-decoration: none;
|
| - top: -1px;
|
| -}
|
|
|