/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to html_server/static/base.css

  • Committer: Vasilii Chernov
  • Date: 2016-03-01 15:42:48 UTC
  • mto: This revision was merged to the branch mainline in revision 367.
  • Revision ID: vchernov@inr.ru-20160301154248-dpu4wdachiezj2fb
1. api-serer:
   - change multiprosessing work mechanism
   - add new pywrap functions handling
2. html-server: 
   - now works through api-server

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.tabs > div, .tabs > input { display: none; }
 
2
 
 
3
.tabs label {
 
4
   padding: 5px;
 
5
   border: 1px solid #aaa;
 
6
   line-height: 28px;
 
7
   cursor: pointer;
 
8
   position: relative;
 
9
   bottom: 1px;
 
10
   background: #fff;
 
11
}
 
12
 
 
13
.tabs input[type="radio"]:checked + label { border-bottom: 2px solid #fff; }
 
14
 
 
15
.tabs > input:nth-of-type(1):checked ~ div:nth-of-type(1),
 
16
.tabs > input:nth-of-type(2):checked ~ div:nth-of-type(2) {
 
17
   display: block; 
 
18
   padding: 5px; 
 
19
   border: 
 
20
   1px solid #aaa;
 
21
}
 
22
.tree {
 
23
   height: 85vh;
 
24
   padding: 5px;
 
25
   border: 1px solid #aaa;
 
26
   line-height: 28px;
 
27
   cursor: pointer;
 
28
   position: relative;
 
29
   bottom: 1px;
 
30
   background: #fff;
 
31
   overflow:auto;
 
32
}
 
33
 
 
34
.infoTable {
 
35
   padding: 2px;
 
36
   
 
37
   border: 1px solid #aaa;
 
38
   line-height: 28px;
 
39
   cursor: pointer;
 
40
   position: relative;
 
41
   background: #fff;
 
42
   overflow:auto;
 
43
   bottom: 1px;
 
44
   
 
45
   text-align: left;
 
46
}