many changes to xoslib test
[plstackapi.git] / planetstack / core / xoslib / static / css / test.css
1 .test-table td, th {
2     border: 1px solid black;
3 }
4
5 #rightSide {
6     position: fixed;
7     top: 1em;
8     right: 1em;
9     width: 450px;
10 }
11
12 #detailBox {
13     padding: 10px;
14     border: 2px solid;
15     background-color: #f0f0f0;
16     margin-bottom:30px;
17     display:none;
18     overflow:auto;
19     max-height:80vh;
20 }
21
22 #errorBox {
23     padding: 10px;
24     border: 2px solid;
25     background-color: #f00000;
26     margin-bottom:30px;
27     display:none;
28 }
29
30 #successBox {
31     padding: 10px;
32     border: 2px solid;
33     background-color: #00f000;
34     margin-bottom:30px;
35     display:none;
36 }
37
38 .objectLink {
39     cursor:pointer;
40     color:blue;
41     text-decoration:underline;
42 }
43