blob: ad9eb4737fdf5f35e81384dfe792f2a27cc4cfd1 [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 Baker1e47d9e2014-11-25 17:15:21 -080069.help-inline.error {
70 color: red;
71 font-weight: bold;
72}
73
Scott Baker13e6f0d2014-11-18 17:02:07 -080074/* these are for the inline list and detail titles */
75
Scott Baker9d37d562014-11-04 23:20:48 -080076.xos-list-title {
77 display: none;
78}
79
80.xos-detail-title {
81 display: none;
82}
83
Scott Baker13e6f0d2014-11-18 17:02:07 -080084/* this one goes with contenttitle */
85
86#xos-list-title-spinner {
87 display: none;
88}
89
Scott Baker66aaad42014-11-13 15:52:02 -080090/* undo what planetstack.css does to the progressbar */
91#xos-startup-progress .ui-progressbar-value {
92 background-color: rgb(204,204,204) !important;
93 background-image: url(http://code.jquery.com/ui/1.11.2/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) !important;
94 border-top: 1px !important;
95 border-right: 1px !important;
96 border-left: 1px !important;
97}
98
99#xos-detail-button-box {
100 display: none;
101}
102
103#xos-listview-button-box {
104 display: none;
105}
106
Scott Baker1e87c5a2014-11-18 23:31:48 -0800107#xos-confirm-dialog {
108 display: none;
109}