Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi
[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 /* these are for the inline list and detail titles */
70
71 .xos-list-title {
72     display: none;
73 }
74
75 .xos-detail-title {
76     display: none;
77 }
78
79 /* this one goes with contenttitle */
80
81 #xos-list-title-spinner {
82     display: none;
83 }
84
85 /* 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
102 #xos-confirm-dialog {
103     display: none;
104 }