91d4928b8ed7d1479464b843548a1044c40c8aaf
[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
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;
20 }
21
22 .btn-xosnav {
23     width: 120px;
24 }
25
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 .help-inline.error {
70     color: red;
71     font-weight: bold;
72 }
73
74 /* these are for the inline list and detail titles */
75
76 .xos-list-title {
77     display: none;
78 }
79
80 .xos-detail-title {
81     display: none;
82 }
83
84 /* this one goes with contenttitle */
85
86 #xos-list-title-spinner {
87     display: none;
88 }
89
90 /* 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
107 #xos-confirm-dialog {
108     display: none;
109 }
110
111 .picker_row {
112   display: table;
113 }
114 .picker_column {
115   display: table-cell;
116   padding: 10px;
117 }