/[openfoncier]/trunk/app/css/app.css
ViewVC logotype

Annotation of /trunk/app/css/app.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1465 - (hide annotations)
Sun Mar 17 16:49:51 2013 UTC (11 years, 10 months ago) by fmichon
File MIME type: text/css
File size: 5815 byte(s)
Ajout d'une propriété css pour compenser la suppression des ucfirst et ucword

1 jbastide 149 /**
2 fmichon 1327 *
3     *
4     * @package openfoncier
5     * @version SVN : $Id$
6 jbastide 149 */
7 fmichon 1327
8     /*
9     * 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 fmichon 1328 #formulaire .ui-tabs-selected.ui-state-active a { color:#2270C3; }
14 fmichon 1327
15 fmichon 1441 /*
16     * Police à chasse fixe pour les textarea
17     */
18     textarea { font-family: monospace !important; }
19 fmichon 1421
20 fmichon 1327 /*
21 fmichon 1421 * Titre
22     */
23 fmichon 1460 #title { min-height: 18px; }
24 fmichon 1421 #title h2 { text-transform: capitalize; }
25    
26     /*
27 fmichon 1327 * 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 fmichon 1465 * Onglets
36     */
37     .ui-tabs-nav li { text-transform: capitalize; }
38    
39     /*
40 fmichon 1327 *
41     */
42 fmichon 911 div.message.ui-state-transparent {
43     background-color: transparent;
44     padding: 0;
45     border: 0 none;
46     }
47 fmichon 1327
48 fraynaud 116 /*recherchedossier*/
49 jbastide 164 td.fd_rechdossier{background:#ffffff;}
50     td.fd_haut_rechdossier{background-color:#ffffff;}
51     td.fd_bas_rechdossier{background-color:transparent;height:10px;}
52 fraynaud 333 td.formLibelle{padding: 0 5px 0 15px ;}
53 fmichon 476
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 nhaye 496
89     #menu li.elem.subtitle { padding:3px 10px; background-color: #E2E2E2; font-weight: bold;}
90 nhaye 509 #menu li.elem.subtitle:hover {background-color: #E2E2E2;}
91    
92 fmichon 878 .consultation_non_lue,
93     .non_lu {
94 nhaye 509 font-weight: bold;
95 vpihour 527 }
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 vpihour 530 overflow : auto;
130 vpihour 527 }
131 vpihour 530
132    
133 vpihour 527 .liste_gauche_service{
134     padding-left: 30px;
135     display: block;
136     line-height: 1.3;
137     }
138 vpihour 530 .liste_gauche_service:hover, .liste_gauche_them:hover, .liste_droite_service:hover {
139 vpihour 527 background-color:#999999;
140     color: #fff;
141     }
142 vpihour 596 .liste_gauche_them, .liste_droite_title {
143 vpihour 527 background-color: #E2E2E2;
144     border-top: 1px solid #CDCDCD;
145     font-weight: bold;
146     margin: 0 1px 0 0;
147     padding: 2px;
148     }
149 vpihour 530 .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 nhaye 528 background-color:#999999;
154     color: #fff;
155 vpihour 530 }
156 vpihour 596 .list-sel-ser-them-title {
157 vpihour 530 font-weight: bold;
158     }
159     div.row {
160     float: left;
161 vpihour 575 width: 100%;
162 vpihour 530 }
163     div.cell1 {
164     float: left;
165 vpihour 596 width: 72.5%;
166 vpihour 530 }
167     div.cell2 {
168     float: left;
169     width: 25%;
170     }
171 vpihour 555 .lu-16 {
172     background-image: url("../img/lu-16x16.png");
173     }
174 vpihour 1243 .transferer-16 {
175     background-image: url("../img/tb_fleche.png");
176     }
177 vpihour 1185 .rediger-16 {
178     background-image: url("../img/rediger-16x16.png");
179     }
180 nhaye 848 .search-petitionnaire-16 {
181 vpihour 741 background-image: url("../img/search-16x16.png");
182     }
183 vpihour 555 .mut-add-16 {
184 nhaye 580 background-image: url("../img/mut-add-16x16.png");
185 vpihour 555 }
186 nhaye 552 #portlet-actions .om-icon-16.om-icon-fix {
187 nhaye 553 display: inline;
188 vpihour 555 }
189 nhaye 580 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 nhaye 616 }
207     #advs_export {
208     float: right;
209     margin-right: 20px;
210     padding: 5px 0;
211 vpihour 641 }
212 fmichon 648
213 vpihour 1051 .libelle-more_petitionnaire, #morelineReferenceCadastrale, .moreFieldReferenceCadastrale, .om-form-button{
214 vpihour 676 cursor: pointer;
215     }
216    
217 fmichon 648 .enjeu_erp-16 { background-image: url("../img/enjeu-erp-16x16.png"); }
218 nhaye 942 .enjeu_urba-16 { background-image: url("../img/enjeu-urba-16x16.png"); }
219 fmichon 1460 .nouveau-dossier-16 { background-image: url("../img/dossier-nouveau-16x16.png"); }
220     .dossier-existant-16 { background-image: url("../img/dossier-existant-16x16.png"); }
221     .dossier_autorisation-16 { background-image: url("../img/dossier-16x16.png"); }
222     .tableau-de-bord-16 { background-image: url("../img/tableau-de-bord-16x16.png"); }
223 nhaye 942
224     /* CSS des type de consultation */
225     .tab-tab tr.consultation-avec-avis-attendu td{
226    
227     }
228     .tab-tab tr.consultation-pour-information td{
229     background-color: lightgrey;
230     }
231     .tab-tab tr.consultation-pour-conformite td{
232     background-color: #FFF56B;
233 vpihour 1051 }
234     .om-form-button{
235     background-repeat: no-repeat;
236     padding-left: 18px;
237     margin: 1px;
238     }
239 vpihour 1130 .select_multiple_static{
240     list-style: none;
241 vpihour 1272 }
242     .ui-tabs-nav li>a#dossier_autorisation, .tab-tab tr.tabDADI td{
243     background-color: #fee71b;
244 vpihour 1351 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26