xosAdminSite, WIP
[plstackapi.git] / planetstack / core / xoslib / static / css / xosAdminSite.css
1 .test-table td, th {
2     border: 1px solid black;
3 }
4 .objectLink {
5     cursor:pointer;
6     color:blue;
7     text-decoration:underline;
8 }
9
10 #navigationPanel {
11   position: absolute;
12   top: 100px;
13   left: 0;
14   width: 130px;
15   bottom: 0;
16   overflow: hidden;
17   background-color: #F0F0F0;
18 }
19
20 #headerPanel {
21   position: absolute;
22   top: 0;
23   left: 0;
24   right: 0;
25   width: auto;
26   height: 100px;
27   overflow: hidden;
28   background-color: #F0E0E0;
29 }
30
31 #logPanel {
32   position: absolute;
33   top: auto;
34   left: 130px;
35   right: 0;
36   bottom: 0;
37   width: auto;
38   height: 100px;
39   overflow: hidden;
40   background-color: #F0E0E0;
41 }
42
43 #contentPanel {
44     position: fixed;
45     top: 100px;
46     bottom: 100px;
47     left: 130px;
48     right: 0;
49     overflow: auto;
50     background: #f0F0E0;
51 }
52
53 .btn-xosnav {
54     width: 120px;
55 }