/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool
346.1.30 by Vasilii Chernov
1. api-serer:
1
.tree {
2
   height: 85vh;
3
   padding: 5px;
4
   border: 1px solid #aaa;
5
   line-height: 28px;
6
   cursor: pointer;
7
   position: relative;
8
   bottom: 1px;
9
   background: #fff;
10
   overflow:auto;
11
}
12
13
.infoTable {
14
   padding: 2px;
15
   
16
   border: 1px solid #aaa;
17
   line-height: 28px;
18
   cursor: pointer;
19
   position: relative;
20
   background: #fff;
21
   overflow:auto;
22
   bottom: 1px;
23
   
24
   text-align: left;
25
}
346.1.37 by Vasilii Chernov
1. Pcipywrap: add persistent locking wrappings
26