/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool
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;
}