summaryrefslogtreecommitdiff
path: root/src/main/webapp/css/show_graph.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/css/show_graph.css')
-rw-r--r--src/main/webapp/css/show_graph.css70
1 files changed, 0 insertions, 70 deletions
diff --git a/src/main/webapp/css/show_graph.css b/src/main/webapp/css/show_graph.css
deleted file mode 100644
index 51e4c04..0000000
--- a/src/main/webapp/css/show_graph.css
+++ /dev/null
@@ -1,70 +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.
-*/
-
-#download {
- bottom: 25px;
- right: 25px;
-}
-
-#header-container {
- padding: 50px;
- padding-bottom: 30px;
-}
-
-#device-select-wrapper {
- margin-top: 0;
-}
-
-#date-container {
- padding: 0 50px;
- padding-bottom: 25px;
-}
-
-#load {
- margin-top: 5px;
-}
-
-.profiling-name {
- font-weight: 200;
- font-style: italic;
- font-size: 1.4rem
-}
-
-#error-container {
- padding-top: 25px;
- padding-bottom: 25px;
-}
-
-.graph-wrapper {
- padding: 30px;
-}
-
-.graph {
- height: 500px;
- padding-bottom: 30px;
-}
-
-.percentile-table {
- width: auto;
- margin: auto;
- margin-top: 20px;
-}
-
-.percentile-table td, th{
- font-size: 11px;
- text-align: center;
- padding: 5px 10px;
-}
-