Moving to GitHub.
[platal.git] / htdocs / css / base.css
CommitLineData
838cc16a 1/***************************************************************************
c441aabe 2 * Copyright (C) 2003-2014 Polytechnique.org *
838cc16a 3 * http://opensource.polytechnique.org/ *
4 * *
5 * This program is free software; you can redistribute it and/or modify *
6 * it under the terms of the GNU General Public License as published by *
7 * the Free Software Foundation; either version 2 of the License, or *
8 * (at your option) any later version. *
9 * *
10 * This program is distributed in the hope that it will be useful, *
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
13 * GNU General Public License for more details. *
14 * *
15 * You should have received a copy of the GNU General Public License *
16 * along with this program; if not, write to the Free Software *
17 * Foundation, Inc., *
18 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
19 ***************************************************************************/
20
23ccdf38
SJ
21.ui-autocomplete {
22 position: absolute;
23 cursor: pointer;
baa8a594 24}
25
23ccdf38
SJ
26.ui-menu {
27 list-style: none;
28 padding: 0px;
29 margin: 0;
30 display: block;
31 border: 1px solid black;
32 background: white;
33 color: black;
838cc16a 34}
23ccdf38
SJ
35.ui-menu .ui-menu-item {
36 margin: 0;
37 padding: 0;
38 width: 100%;
a94040d2 39}
23ccdf38
SJ
40.ui-menu .ui-menu-item a {
41 text-decoration: none;
42 display: block;
43 padding: .2em .4em;
cf717526
OLF
44}
45
23ccdf38
SJ
46.ui-menu .ui-menu-item a.ui-state-hover,
47.ui-menu .ui-menu-item a.ui-state-active {
baa8a594 48 background: highlight;
49 color: highlighttext;
838cc16a 50}
51
baa8a594 52.ac_loading {
92a1bac4 53 background: window url(../images/wait.gif) no-repeat scroll right center;
baa8a594 54}
2ab7a09f 55
599ff0d3
FB
56.ac_loading_left {
57 background: window url(../images/wait.gif) no-repeat scroll left center;
58}
59
2ab7a09f 60.hidden_valid {
92a1bac4 61 background-color: #bfb;
2ab7a09f 62}
63
904a82de
FB
64.pem {
65 display: none;
66}
67
16019034
FB
68.ui-tabs-hide { display: none; }
69
d0b836c9
FB
70.ui-icon {
71 width: 16px;
72 height: 16px;
73}
74
75.ui-datepicker {
76 background: #ffffff;
77 color: #000000;
78 position: absolute;
79}
80
81.ui-datepicker a {
82 color: black;
83 text-decoration: none;
84 text-align: center;
85}
86
87.ui-datepicker-header {
88 padding: 2px;
89 margin: 1px;
90 background: #777;
91 border: 1px solid;
92 border-color: #333;
93}
94
95.ui-datepicker-title {
96 text-align: center;
97 height: 19px;
98}
99
100.ui-datepicker-prev {
101 background: #777 url('/images/icons/resultset_previous.gif');
102 position: absolute;
103 width: 16px;
104 height: 16px;
105 top: 4px;
106 left: 4px;
107 outline: none;
108 display: block;
109}
110
111.ui-datepicker-next {
112 background: #777 url('/images/icons/resultset_next.gif');
113 position: absolute;
114 width: 16px;
115 height: 16px;
116 top: 4px;
117 right: 4px;
118 outline: none;
119 display: block;
120}
121
122.ui-datepicker-next span, .ui-datepicker-prev span {
123 display: block;
124 position: absolute;
125 text-indent: -99999px;
126 overflow: hidden;
127}
128
129.ui-datepicker-week-end {
130 background-color: #eee;
131}
132
133.ui-datepicker-unselectable {
134 color: #777;
135}
136
b7bad73e
FB
137/* print */
138@media print {
139 #body-menu, #body-top, #body-logo, #body-bottom, #dev, .backtrace, .xdx, .noprint
140 { display:none; }
141
142 table#body, img { border:0px; }
143}
144
838cc16a 145/* vim: set et ts=4 sts=4 sw=4: */