blob: d1b42754bc7dad8cb0bc8ce5c521a93a4ddbac97 [file] [log] [blame]
Scott Baker694f5662014-11-03 23:46:20 -08001.test-table td, th {
2 border: 1px solid black;
3}
4.objectLink {
5 cursor:pointer;
6 color:blue;
7 text-decoration:underline;
8}
Scott Baker01c9d612014-11-14 16:13:43 -08009
10.xos-log.xos-success {
11 background-color: #00ff00;
12}
13
14.xos-log.xos-inprog {
15 background-color: #ffff00;
16}
17
18.xos-log.xos-failure {
19 background-color: #ff0000;
Scott Baker0bf96b22014-11-04 15:41:47 -080020}
Scott Baker694f5662014-11-03 23:46:20 -080021
Scott Baker694f5662014-11-03 23:46:20 -080022.btn-xosnav {
23 width: 120px;
24}
Scott Baker9d37d562014-11-04 23:20:48 -080025
26.xos-nav-list {
27 list-style:none;
28 border-bottom-style: solid;
29 border-bottom-color: #105E9E;
30 color: #105E93;
31 margin: 0px 4px 15px 5px;
32}
33
34.xos-nav-item {
35 background-color: #E0E0E0;
36 border-top-left-radius: 3px;
37 border-top-right-radius: 3px;
38 border-bottom-left-radius: 0px;
39 border-bottom-right-radius: 0px;
40
41 display: inline-block;
42 content: normal;
43 clear: none;
44
45 padding:8px 20px 7px;
46
47 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
48 font-size: 13px;
49 font-weight: bold;
50 color: #105E9E;
51 border: none;
52 box-shadow: none;
53 cursor: pointer;
54}
55
56.xos-nav-item:hover {
57 background-color: #A0A0A0;
58 letter-spacing: 1px;
59}
60
61.xos-nav-item.active {
62 background-color: #105E9E;
63 color:#ffffff;
64 font-weight:normal;
65 padding-top:10px;
66 text-decoration:none;
67}
68
69.xos-list-title {
70 display: none;
71}
72
73.xos-detail-title {
74 display: none;
75}
76
Scott Baker66aaad42014-11-13 15:52:02 -080077/* undo what planetstack.css does to the progressbar */
78#xos-startup-progress .ui-progressbar-value {
79 background-color: rgb(204,204,204) !important;
80 background-image: url(http://code.jquery.com/ui/1.11.2/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) !important;
81 border-top: 1px !important;
82 border-right: 1px !important;
83 border-left: 1px !important;
84}
85
86#xos-detail-button-box {
87 display: none;
88}
89
90#xos-listview-button-box {
91 display: none;
92}
93
Scott Baker01c9d612014-11-14 16:13:43 -080094