sermoni

"Service monitor" / cronjob status service
Log | Files | Refs

style.css (993B)


      1 body {
      2     font-family: Roboto, sans-serif;
      3     background-color: #FAFAFA;
      4     margin: 0;
      5 }
      6 header {
      7     z-index: 1000;
      8     background-color: #eef;
      9     border-bottom: 1px solid rgba(0,0,0,.075);
     10     -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
     11     box-shadow: 0 0 10px rgba(0,0,0,.1);
     12     position: fixed;
     13     top: 0;
     14     left: 0;
     15     width: 100%;
     16     padding: 0;
     17     height: 4em;
     18     display: flex;
     19     align-items: center; 
     20 }
     21 #bar {
     22     width: 100%;
     23     display: flex; 
     24     margin: 1em; 
     25     align-items: center; 
     26 }
     27 main {
     28     margin: 4em 0 0 0;
     29     width: calc(100%-1em);
     30     min-height: 1em;
     31     padding: 1em;
     32 }
     33 .event {
     34     height: 3em;
     35     /*
     36     margin-bottom: 0.5em;
     37     -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
     38     box-shadow: 0 0 10px rgba(0,0,0,.1);
     39     */
     40     padding: .75rem;
     41     border: 1px solid rgba(0,0,0,.125);
     42     box-sizing: border-box;
     43     overflow-x: scroll;
     44     white-space: nowrap;
     45 }
     46 .event-field {
     47     flex: 1;
     48 }
     49 .events-wrapper {
     50     margin: 0;
     51     padding: 0;
     52 }