1 |
/** |
/** |
2 |
* APP |
* |
3 |
|
* |
4 |
|
* @package openfoncier |
5 |
|
* @version SVN : $Id$ |
6 |
*/ |
*/ |
7 |
|
|
8 |
/* Logo */ |
/* |
9 |
#logo span.logo { width:200px; height:38px; background-image: url("../img/logo.png");margin:10px;background-repeat: no-repeat; display: block; text-indent: -9999px; } |
* Logo |
10 |
|
*/ |
11 |
|
#jqueryui #logo span.logo { width:158px; height:50px; background-image: url("../img/logo.png");margin:0px;background-repeat: no-repeat; display: block; text-indent: -9999px; } |
12 |
|
#header { background-image: url("../img/bg-header.png"); } |
13 |
|
#formulaire .ui-tabs-selected.ui-state-active a { color:#2270C3; } |
14 |
|
|
15 |
|
/* |
16 |
|
* Police à chasse fixe pour les textarea |
17 |
|
*/ |
18 |
|
textarea { font-family: monospace !important; } |
19 |
|
|
20 |
|
/* |
21 |
|
* Titre |
22 |
|
*/ |
23 |
|
#title { min-height: 18px; } |
24 |
|
#title h2 { text-transform: capitalize; } |
25 |
|
|
26 |
|
/* |
27 |
|
* Menu |
28 |
|
*/ |
29 |
|
#menu li.elem.ui-state-focus { background-color:#2270C3; background-image: none; font-weight: normal; } |
30 |
|
#menu li.elem.category:hover { background-color: #E2E2E2; } |
31 |
|
.rubrik { text-transform: capitalize; } |
32 |
|
#menu h3 a { margin-left: 5px; background-image: none; } |
33 |
|
|
34 |
|
/* |
35 |
|
* Onglets |
36 |
|
*/ |
37 |
|
.ui-tabs-nav li { text-transform: capitalize; } |
38 |
|
|
39 |
|
/* |
40 |
|
* |
41 |
|
*/ |
42 |
|
div.message.ui-state-transparent { |
43 |
|
background-color: transparent; |
44 |
|
padding: 0; |
45 |
|
border: 0 none; |
46 |
|
} |
47 |
|
|
48 |
/*recherchedossier*/ |
/*recherchedossier*/ |
49 |
td.fd_rechdossier{background:#ffffff;} |
td.fd_rechdossier{background:#ffffff;} |
50 |
td.fd_haut_rechdossier{background-color:#ffffff;} |
td.fd_haut_rechdossier{background-color:#ffffff;} |
51 |
td.fd_bas_rechdossier{background-color:transparent;height:10px;} |
td.fd_bas_rechdossier{background-color:transparent;height:10px;} |
52 |
td.formLibelle{padding: 0 5px 0 15px ;} |
td.formLibelle{padding: 0 5px 0 15px ;} |
53 |
|
|
54 |
|
/**/ |
55 |
|
#adv-search-adv-fields .field-type-select, |
56 |
|
#adv-search-adv-fields .field-type-text, |
57 |
|
#adv-search-adv-fields .bloc.intervaldate { |
58 |
|
float:left; |
59 |
|
width: 210px; |
60 |
|
} |
61 |
|
#adv-search-adv-fields .field-type-select div.form-libelle, |
62 |
|
#adv-search-adv-fields .field-type-text div.form-libelle, |
63 |
|
#adv-search-adv-fields .bloc.intervaldate div.bloc-titre { |
64 |
|
display: block; |
65 |
|
font-weight: bold; |
66 |
|
padding: 0; |
67 |
|
} |
68 |
|
#adv-search-adv-fields .field-type-select div.form-content, |
69 |
|
#adv-search-adv-fields .field-type-text div.form-content { |
70 |
|
display: block; |
71 |
|
padding: 3px; |
72 |
|
height: 20px; |
73 |
|
} |
74 |
|
#adv-search-adv-fields .field-type-select div.form-content select, |
75 |
|
#adv-search-adv-fields .field-type-text div.form-content input { |
76 |
|
width:90%; |
77 |
|
} |
78 |
|
#adv-search-adv-fields .bloc.intervaldate .field-type-date { |
79 |
|
float:none; |
80 |
|
padding: 3px; |
81 |
|
} |
82 |
|
#adv-search-adv-fields .bloc.intervaldate .field-type-date div.form-libelle { |
83 |
|
display: table-cell; |
84 |
|
} |
85 |
|
#adv-search-adv-fields .bloc.intervaldate .field-type-date div.form-content { |
86 |
|
height: 20px; |
87 |
|
} |
88 |
|
|
89 |
|
#menu li.elem.subtitle { padding:3px 10px; background-color: #E2E2E2; font-weight: bold;} |
90 |
|
#menu li.elem.subtitle:hover {background-color: #E2E2E2;} |
91 |
|
|
92 |
|
.consultation_non_lue, |
93 |
|
.non_lu { |
94 |
|
font-weight: bold; |
95 |
|
} |
96 |
|
.field-ser-them { |
97 |
|
display : inline-block; |
98 |
|
} |
99 |
|
.ser-them{ |
100 |
|
height:150px; |
101 |
|
width: 100%; |
102 |
|
} |
103 |
|
.list-ser-them, .button-ser-them, .list-sel-ser-them { |
104 |
|
float: left; |
105 |
|
} |
106 |
|
.list-ser-them, .list-sel-ser-them{ |
107 |
|
background-color: #FFFFFF; |
108 |
|
border : solid 2px #999; |
109 |
|
width: 40%; |
110 |
|
height : 125px; |
111 |
|
overflow : auto; |
112 |
|
cursor: pointer; |
113 |
|
} |
114 |
|
.list-ser-them { |
115 |
|
} |
116 |
|
.button-ser-them { |
117 |
|
width: 15%; |
118 |
|
height : 150px; |
119 |
|
list-style-type: none; |
120 |
|
} |
121 |
|
.button-ser-them ul{ |
122 |
|
text-align: center; |
123 |
|
list-style-type: none; |
124 |
|
} |
125 |
|
.button-ser-them li{ |
126 |
|
margin-top: 25px; |
127 |
|
} |
128 |
|
.list-sel-ser-them { |
129 |
|
overflow : auto; |
130 |
|
} |
131 |
|
|
132 |
|
|
133 |
|
.liste_gauche_service{ |
134 |
|
padding-left: 30px; |
135 |
|
display: block; |
136 |
|
line-height: 1.3; |
137 |
|
} |
138 |
|
.liste_gauche_service:hover, .liste_gauche_them:hover, .liste_droite_service:hover { |
139 |
|
background-color:#999999; |
140 |
|
color: #fff; |
141 |
|
} |
142 |
|
.liste_gauche_them, .liste_droite_title { |
143 |
|
background-color: #E2E2E2; |
144 |
|
border-top: 1px solid #CDCDCD; |
145 |
|
font-weight: bold; |
146 |
|
margin: 0 1px 0 0; |
147 |
|
padding: 2px; |
148 |
|
} |
149 |
|
.liste_gauche_service input[type=checkbox] { |
150 |
|
display: none; |
151 |
|
} |
152 |
|
.list-ser-them .liste_gauche_service_selected, .list-sel-ser-them .liste_droite_service_selected { |
153 |
|
background-color:#999999; |
154 |
|
color: #fff; |
155 |
|
} |
156 |
|
.list-sel-ser-them-title { |
157 |
|
font-weight: bold; |
158 |
|
} |
159 |
|
div.row { |
160 |
|
float: left; |
161 |
|
width: 100%; |
162 |
|
} |
163 |
|
div.cell1 { |
164 |
|
float: left; |
165 |
|
width: 72.5%; |
166 |
|
} |
167 |
|
div.cell2 { |
168 |
|
float: left; |
169 |
|
width: 25%; |
170 |
|
} |
171 |
|
.lu-16 { |
172 |
|
background-image: url("../img/lu-16x16.png"); |
173 |
|
} |
174 |
|
.transferer-16 { |
175 |
|
background-image: url("../img/tb_fleche.png"); |
176 |
|
} |
177 |
|
.rediger-16 { |
178 |
|
background-image: url("../img/rediger-16x16.png"); |
179 |
|
} |
180 |
|
.search-petitionnaire-16 { |
181 |
|
background-image: url("../img/search-16x16.png"); |
182 |
|
} |
183 |
|
.mut-add-16 { |
184 |
|
background-image: url("../img/mut-add-16x16.png"); |
185 |
|
} |
186 |
|
#portlet-actions .om-icon-16.om-icon-fix { |
187 |
|
display: inline; |
188 |
|
} |
189 |
|
ul.document_list { |
190 |
|
border: none; |
191 |
|
list-style: none; |
192 |
|
margin-bottom: 10px; |
193 |
|
|
194 |
|
} |
195 |
|
li.document_list_date { |
196 |
|
background-color: #B0E0E6; |
197 |
|
|
198 |
|
} |
199 |
|
li.document_list_name { |
200 |
|
background-color: #FAFAD2; |
201 |
|
} |
202 |
|
ul.document_list li { |
203 |
|
border-bottom: dotted grey 1px; |
204 |
|
padding:2px; |
205 |
|
padding-left:10px; |
206 |
|
} |
207 |
|
#advs_export { |
208 |
|
float: right; |
209 |
|
margin-right: 20px; |
210 |
|
padding: 5px 0; |
211 |
|
} |
212 |
|
|
213 |
|
.libelle-more_petitionnaire, #morelineReferenceCadastrale, .moreFieldReferenceCadastrale, .om-form-button{ |
214 |
|
cursor: pointer; |
215 |
|
} |
216 |
|
|
217 |
|
.enjeu_erp-16 { background-image: url("../img/enjeu-erp-16x16.png"); } |
218 |
|
.enjeu_urba-16 { background-image: url("../img/enjeu-urba-16x16.png"); } |
219 |
|
.nouveau-dossier-16 { background-image: url("../img/dossier-nouveau-16x16.png"); } |
220 |
|
.dossier-existant-16, |
221 |
|
.dossier_instruction_recherche-16 { background-image: url("../img/dossier-existant-16x16.png"); } |
222 |
|
.tableau-de-bord-16 { background-image: url("../img/tableau-de-bord-16x16.png"); } |
223 |
|
.consultation-retour-16 { background-image: url("../img/consultation-retour-16x16.png"); } |
224 |
|
.commission-retour-16, |
225 |
|
.commission_mes_retours-16, |
226 |
|
.commission_tous_retours-16 { background-image: url("../img/commission-16x16.png"); } |
227 |
|
.dossier_autorisation-16, |
228 |
|
.dossier_instruction_mes_encours-16, |
229 |
|
.dossier_instruction_tous_encours-16, |
230 |
|
.dossier_instruction_mes_clotures-16, |
231 |
|
.dossier_instruction_tous_clotures-16 { background-image: url("../img/dossier-16x16.png"); } |
232 |
|
.messages_tous_retours-16, |
233 |
|
.messages_mes_retours-16 { background-image: url("../img/message-16x16.png"); } |
234 |
|
|
235 |
|
|
236 |
|
/* CSS des type de consultation */ |
237 |
|
.tab-tab tr.consultation-avec-avis-attendu td{ |
238 |
|
|
239 |
|
} |
240 |
|
.tab-tab tr.consultation-pour-information td{ |
241 |
|
background-color: lightgrey; |
242 |
|
} |
243 |
|
.tab-tab tr.consultation-pour-conformite td{ |
244 |
|
background-color: #FFF56B; |
245 |
|
} |
246 |
|
.om-form-button{ |
247 |
|
background-repeat: no-repeat; |
248 |
|
padding-left: 18px; |
249 |
|
margin: 1px; |
250 |
|
} |
251 |
|
.select_multiple_static{ |
252 |
|
list-style: none; |
253 |
|
} |
254 |
|
.ui-tabs-nav li>a#dossier_autorisation, .tab-tab tr.tabDADI td{ |
255 |
|
background-color: #fee71b; |
256 |
|
} |