blob: 256a8a4d648cb56fe3a6ad6943db8253a0a8f3ea [file] [log] [blame]
Scott Baker51bacad2015-01-20 12:24:16 -08001.xos-help-cell {
2 font-size: 11px;
3 color: #999;
4 padding-bottom: 1%;
5}
6
7.xos-detail-table td {
8 padding-left: 10px;
9 padding-right: 10px;
10}
11
Scott Baker694f5662014-11-03 23:46:20 -080012.test-table td, th {
13 border: 1px solid black;
14}
15.objectLink {
16 cursor:pointer;
17 color:blue;
18 text-decoration:underline;
19}
Scott Baker01c9d612014-11-14 16:13:43 -080020
21.xos-log.xos-success {
22 background-color: #00ff00;
23}
24
25.xos-log.xos-inprog {
26 background-color: #ffff00;
27}
28
29.xos-log.xos-failure {
30 background-color: #ff0000;
Scott Baker0bf96b22014-11-04 15:41:47 -080031}
Scott Baker694f5662014-11-03 23:46:20 -080032
Scott Baker694f5662014-11-03 23:46:20 -080033.btn-xosnav {
34 width: 120px;
35}
Scott Baker9d37d562014-11-04 23:20:48 -080036
37.xos-nav-list {
38 list-style:none;
39 border-bottom-style: solid;
40 border-bottom-color: #105E9E;
41 color: #105E93;
42 margin: 0px 4px 15px 5px;
43}
44
45.xos-nav-item {
46 background-color: #E0E0E0;
47 border-top-left-radius: 3px;
48 border-top-right-radius: 3px;
49 border-bottom-left-radius: 0px;
50 border-bottom-right-radius: 0px;
51
52 display: inline-block;
53 content: normal;
54 clear: none;
55
56 padding:8px 20px 7px;
57
58 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
59 font-size: 13px;
60 font-weight: bold;
61 color: #105E9E;
62 border: none;
63 box-shadow: none;
64 cursor: pointer;
65}
66
67.xos-nav-item:hover {
68 background-color: #A0A0A0;
69 letter-spacing: 1px;
70}
71
72.xos-nav-item.active {
73 background-color: #105E9E;
74 color:#ffffff;
75 font-weight:normal;
76 padding-top:10px;
77 text-decoration:none;
78}
79
Scott Baker1e47d9e2014-11-25 17:15:21 -080080.help-inline.error {
81 color: red;
82 font-weight: bold;
83}
84
Scott Baker13e6f0d2014-11-18 17:02:07 -080085/* these are for the inline list and detail titles */
86
Scott Baker9d37d562014-11-04 23:20:48 -080087.xos-list-title {
88 display: none;
89}
90
91.xos-detail-title {
92 display: none;
93}
94
Scott Baker13e6f0d2014-11-18 17:02:07 -080095/* this one goes with contenttitle */
96
97#xos-list-title-spinner {
98 display: none;
99}
100
Scott Baker66aaad42014-11-13 15:52:02 -0800101/* undo what planetstack.css does to the progressbar */
102#xos-startup-progress .ui-progressbar-value {
103 background-color: rgb(204,204,204) !important;
104 background-image: url(http://code.jquery.com/ui/1.11.2/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) !important;
105 border-top: 1px !important;
106 border-right: 1px !important;
107 border-left: 1px !important;
108}
109
110#xos-detail-button-box {
111 display: none;
112}
113
114#xos-listview-button-box {
115 display: none;
116}
117
Scott Baker1e87c5a2014-11-18 23:31:48 -0800118#xos-confirm-dialog {
119 display: none;
120}
Scott Baker2cbb6072014-12-16 22:49:42 -0800121
122.picker_row {
123 display: table;
124}
125.picker_column {
126 display: table-cell;
127 padding: 10px;
128}