blob: f09bbcff6a99c0f1e929bb91d436197fe071b66c [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
Scott Baker13e6f0d2014-11-18 17:02:07 -080069/* these are for the inline list and detail titles */
70
Scott Baker9d37d562014-11-04 23:20:48 -080071.xos-list-title {
72 display: none;
73}
74
75.xos-detail-title {
76 display: none;
77}
78
Scott Baker13e6f0d2014-11-18 17:02:07 -080079/* this one goes with contenttitle */
80
81#xos-list-title-spinner {
82 display: none;
83}
84
Scott Baker66aaad42014-11-13 15:52:02 -080085/* undo what planetstack.css does to the progressbar */
86#xos-startup-progress .ui-progressbar-value {
87 background-color: rgb(204,204,204) !important;
88 background-image: url(http://code.jquery.com/ui/1.11.2/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) !important;
89 border-top: 1px !important;
90 border-right: 1px !important;
91 border-left: 1px !important;
92}
93
94#xos-detail-button-box {
95 display: none;
96}
97
98#xos-listview-button-box {
99 display: none;
100}
101
Scott Baker1e87c5a2014-11-18 23:31:48 -0800102#xos-confirm-dialog {
103 display: none;
104}