Home | History | Annotate | Download | only in css
      1 /* Copyright (C) 2016 The Android Open Source Project
      2 
      3  Licensed under the Apache License, Version 2.0 (the "License");
      4  you may not use this file except in compliance with the License.
      5  You may obtain a copy of the License at
      6 
      7       http://www.apache.org/licenses/LICENSE-2.0
      8 
      9  Unless required by applicable law or agreed to in writing, software
     10  distributed under the License is distributed on an "AS IS" BASIS,
     11  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     12  See the License for the specific language governing permissions and
     13  limitations under the License.
     14 */
     15 
     16 #header-container {
     17     padding: 25px;
     18 }
     19 
     20 #load {
     21     margin-top: 15px;
     22 }
     23 
     24 #device-select-wrapper {
     25     margin-top: 9px;
     26 }
     27 
     28 #date {
     29     margin-bottom: 0;
     30     margin-top: 10px;
     31 }
     32 
     33 div.col.card.summary {
     34     padding: 0 20px 20px;
     35 }
     36 
     37 .profiling-name {
     38     font-weight: 200;
     39     font-style: italic;
     40     font-size: 1.4rem
     41 }
     42 
     43 .profiling-subtitle {
     44     font-style: italic;
     45     font-size: 12px;
     46     margin-left: 2px;
     47 }
     48 
     49 .summary table {
     50     width: 100%;
     51     border-collapse: collapse;
     52     border: 1px solid black;
     53     font-size: 12px;
     54     font-family: Roboto !important;
     55 }
     56 
     57 .summary table td, th {
     58     padding: 2px;
     59 }
     60 
     61 .section-label {
     62     border: 1px solid black;
     63 }
     64 
     65 .axis-label {
     66     border-top: 1px solid lightgray;
     67     border-right: 1px solid black;
     68     text-align: right;
     69 }
     70 
     71 .cell {
     72     border-top: 1px solid lightgray;
     73     text-align: right;
     74 }
     75 
     76 .inner-cell {
     77     border-right: 1px solid lightgray;
     78 }
     79 
     80 .outer-cell {
     81     border-right: 1px solid black;
     82 }
     83