progress bar on startup, and make sure stuff is loaded before we display it
[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 .btn-xosnav {
14     width: 120px;
15 }
16
17 .xos-nav-list {
18     list-style:none;
19     border-bottom-style: solid;
20     border-bottom-color: #105E9E;
21     color: #105E93;
22     margin: 0px 4px 15px 5px;
23 }
24
25 .xos-nav-item {
26     background-color: #E0E0E0;
27     border-top-left-radius: 3px;
28     border-top-right-radius: 3px;
29     border-bottom-left-radius: 0px;
30     border-bottom-right-radius: 0px;
31
32     display: inline-block;
33     content: normal;
34     clear: none;
35
36     padding:8px 20px 7px;
37
38     font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
39     font-size: 13px;
40     font-weight: bold;
41     color: #105E9E;
42     border: none;
43     box-shadow: none;
44     cursor: pointer;
45 }
46
47 .xos-nav-item:hover {
48     background-color: #A0A0A0;
49     letter-spacing: 1px;
50 }
51
52 .xos-nav-item.active  {
53     background-color: #105E9E;
54     color:#ffffff;
55     font-weight:normal;
56     padding-top:10px;
57     text-decoration:none;
58 }
59
60 .xos-list-title {
61     display: none;
62 }
63
64 .xos-detail-title {
65     display: none;
66 }
67
68 /* undo what planetstack.css does to the progressbar */
69 #xos-startup-progress .ui-progressbar-value {
70     background-color: rgb(204,204,204) !important;
71     background-image: url(http://code.jquery.com/ui/1.11.2/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) !important;
72     border-top: 1px !important;
73     border-right: 1px !important;
74     border-left: 1px !important;
75 }
76
77 #xos-detail-button-box {
78     display: none;
79 }
80
81 #xos-listview-button-box {
82     display: none;
83 }
84