summaryrefslogtreecommitdiffstats
path: root/pyserver/static/base.css
blob: 5c727aa6ec43bb9b51d72f6afbf2d1697f5571bd (plain)
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
.tree {
   height: 85vh;
   padding: 5px;
   border: 1px solid #aaa;
   line-height: 28px;
   cursor: pointer;
   position: relative;
   bottom: 1px;
   background: #fff;
   overflow:auto;
}

.infoTable {
   padding: 2px;
   
   border: 1px solid #aaa;
   line-height: 28px;
   cursor: pointer;
   position: relative;
   background: #fff;
   overflow:auto;
   bottom: 1px;
   
   text-align: left;
}