get rid of the div debug coloring
[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 }
59
60 .xos-nav-list {
61     list-style:none;
62     border-bottom-style: solid;
63     border-bottom-color: #105E9E;
64     color: #105E93;
65     margin: 0px 4px 15px 5px;
66 }
67
68 .xos-nav-item {
69     background-color: #E0E0E0;
70     border-top-left-radius: 3px;
71     border-top-right-radius: 3px;
72     border-bottom-left-radius: 0px;
73     border-bottom-right-radius: 0px;
74
75     display: inline-block;
76     content: normal;
77     clear: none;
78
79     padding:8px 20px 7px;
80
81     font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
82     font-size: 13px;
83     font-weight: bold;
84     color: #105E9E;
85     border: none;
86     box-shadow: none;
87     cursor: pointer;
88 }
89
90 .xos-nav-item:hover {
91     background-color: #A0A0A0;
92     letter-spacing: 1px;
93 }
94
95 .xos-nav-item.active  {
96     background-color: #105E9E;
97     color:#ffffff;
98     font-weight:normal;
99     padding-top:10px;
100     text-decoration:none;
101 }
102
103 .xos-list-title {
104     display: none;
105 }
106
107 .xos-detail-title {
108     display: none;
109 }
110