modelName in xos models, log window, deferred display of detail when collection not...
[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 #logTable td, th {
10     border: 1px solid black;
11 }
12
13 #navigationPanel {
14   position: absolute;
15   top: 100px;
16   left: 0;
17   width: 220px;
18   bottom: 0;
19   overflow: hidden;
20   background-color: #F0F0F0;
21 }
22
23 #headerPanel {
24   position: absolute;
25   top: 0;
26   left: 0;
27   right: 0;
28   width: auto;
29   height: 100px;
30   overflow: hidden;
31   background-color: #F0E0E0;
32 }
33
34 #logPanel {
35   position: absolute;
36   top: auto;
37   left: 220px;
38   right: 0;
39   bottom: 0;
40   width: auto;
41   height: 100px;
42   overflow: hidden;
43   background-color: #F0E0E0;
44 }
45
46 #contentPanel {
47     position: fixed;
48     top: 100px;
49     bottom: 100px;
50     left: 220px;
51     right: 0;
52     overflow: auto;
53     background: #f0F0E0;
54 }
55
56 .btn-xosnav {
57     width: 120px;
58 }