summaryrefslogtreecommitdiff
path: root/src/main/webapp/css/show_performance_digest.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/css/show_performance_digest.css')
-rw-r--r--src/main/webapp/css/show_performance_digest.css82
1 files changed, 0 insertions, 82 deletions
diff --git a/src/main/webapp/css/show_performance_digest.css b/src/main/webapp/css/show_performance_digest.css
deleted file mode 100644
index 5d0c0e6..0000000
--- a/src/main/webapp/css/show_performance_digest.css
+++ /dev/null
@@ -1,82 +0,0 @@
-/* Copyright (C) 2016 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-*/
-
-#header-container {
- padding: 25px;
-}
-
-#load {
- margin-top: 15px;
-}
-
-#device-select-wrapper {
- margin-top: 9px;
-}
-
-#date {
- margin-bottom: 0;
- margin-top: 10px;
-}
-
-div.col.card.summary {
- padding: 0 20px 20px;
-}
-
-.profiling-name {
- font-weight: 200;
- font-style: italic;
- font-size: 1.4rem
-}
-
-.profiling-subtitle {
- font-style: italic;
- font-size: 12px;
- margin-left: 2px;
-}
-
-.summary table {
- width: 100%;
- border-collapse: collapse;
- border: 1px solid black;
- font-size: 12px;
- font-family: Roboto !important;
-}
-
-.summary table td, th {
- padding: 2px;
-}
-
-.section-label {
- border: 1px solid black;
-}
-
-.axis-label {
- border-top: 1px solid lightgray;
- border-right: 1px solid black;
- text-align: right;
-}
-
-.cell {
- border-top: 1px solid lightgray;
- text-align: right;
-}
-
-.inner-cell {
- border-right: 1px solid lightgray;
-}
-
-.outer-cell {
- border-right: 1px solid black;
-}