Blame view

src/app/components/grid/proficiency-renderer.css 450 Bytes
91d89214   Administrator   add grid
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
  .ag-cell {
      padding-top: 2px !important;
      padding-bottom: 2px !important;
  }
  
  label {
      font-weight: normal !important;
  }
  
  .div-percent-bar {
      display: inline-block;
      height: 100%;
      position: relative;
      z-index: 0;
  }
  
  .div-percent-value {
      position: absolute;
      padding-left: 4px;
      font-weight: bold;
      font-size: 13px;
      z-index: 100;
  }
  
  .div-outer-div {
      display: inline-block;
      height: 100%;
      width: 100%;
  }