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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1272 - (hide annotations)
Wed Feb 20 17:05:58 2013 UTC (11 years, 11 months ago) by vpihour
File MIME type: text/css
File size: 4765 byte(s)
Ajout d'un nouvel onglet "Dossier autorisation" dans la visualisation du dossier d'instruction

1 jbastide 149 /**
2     * APP
3     */
4 fmichon 911 div.message.ui-state-transparent {
5     background-color: transparent;
6     padding: 0;
7     border: 0 none;
8     }
9 jbastide 149 /* Logo */
10 fmichon 1082 #jqueryui #logo span.logo { width:200px; height:38px; background-image: url("../img/logo.png");margin:10px;background-repeat: no-repeat; display: block; text-indent: -9999px; }
11 fraynaud 116 /*recherchedossier*/
12 jbastide 164 td.fd_rechdossier{background:#ffffff;}
13     td.fd_haut_rechdossier{background-color:#ffffff;}
14     td.fd_bas_rechdossier{background-color:transparent;height:10px;}
15 fraynaud 333 td.formLibelle{padding: 0 5px 0 15px ;}
16 fmichon 476
17     /**/
18     #adv-search-adv-fields .field-type-select,
19     #adv-search-adv-fields .field-type-text,
20     #adv-search-adv-fields .bloc.intervaldate {
21     float:left;
22     width: 210px;
23     }
24     #adv-search-adv-fields .field-type-select div.form-libelle,
25     #adv-search-adv-fields .field-type-text div.form-libelle,
26     #adv-search-adv-fields .bloc.intervaldate div.bloc-titre {
27     display: block;
28     font-weight: bold;
29     padding: 0;
30     }
31     #adv-search-adv-fields .field-type-select div.form-content,
32     #adv-search-adv-fields .field-type-text div.form-content {
33     display: block;
34     padding: 3px;
35     height: 20px;
36     }
37     #adv-search-adv-fields .field-type-select div.form-content select,
38     #adv-search-adv-fields .field-type-text div.form-content input {
39     width:90%;
40     }
41     #adv-search-adv-fields .bloc.intervaldate .field-type-date {
42     float:none;
43     padding: 3px;
44     }
45     #adv-search-adv-fields .bloc.intervaldate .field-type-date div.form-libelle {
46     display: table-cell;
47     }
48     #adv-search-adv-fields .bloc.intervaldate .field-type-date div.form-content {
49     height: 20px;
50     }
51 nhaye 496
52     #menu li.elem.subtitle { padding:3px 10px; background-color: #E2E2E2; font-weight: bold;}
53 nhaye 509 #menu li.elem.subtitle:hover {background-color: #E2E2E2;}
54    
55 fmichon 878 .consultation_non_lue,
56     .non_lu {
57 nhaye 509 font-weight: bold;
58 vpihour 527 }
59     .field-ser-them {
60     display : inline-block;
61     }
62     .ser-them{
63     height:150px;
64     width: 100%;
65     }
66     .list-ser-them, .button-ser-them, .list-sel-ser-them {
67     float: left;
68     }
69     .list-ser-them, .list-sel-ser-them{
70     background-color: #FFFFFF;
71     border : solid 2px #999;
72     width: 40%;
73     height : 125px;
74     overflow : auto;
75     cursor: pointer;
76     }
77     .list-ser-them {
78     }
79     .button-ser-them {
80     width: 15%;
81     height : 150px;
82     list-style-type: none;
83     }
84     .button-ser-them ul{
85     text-align: center;
86     list-style-type: none;
87     }
88     .button-ser-them li{
89     margin-top: 25px;
90     }
91     .list-sel-ser-them {
92 vpihour 530 overflow : auto;
93 vpihour 527 }
94 vpihour 530
95    
96 vpihour 527 .liste_gauche_service{
97     padding-left: 30px;
98     display: block;
99     line-height: 1.3;
100     }
101 vpihour 530 .liste_gauche_service:hover, .liste_gauche_them:hover, .liste_droite_service:hover {
102 vpihour 527 background-color:#999999;
103     color: #fff;
104     }
105 vpihour 596 .liste_gauche_them, .liste_droite_title {
106 vpihour 527 background-color: #E2E2E2;
107     border-top: 1px solid #CDCDCD;
108     font-weight: bold;
109     margin: 0 1px 0 0;
110     padding: 2px;
111     }
112 vpihour 530 .liste_gauche_service input[type=checkbox] {
113     display: none;
114     }
115     .list-ser-them .liste_gauche_service_selected, .list-sel-ser-them .liste_droite_service_selected {
116 nhaye 528 background-color:#999999;
117     color: #fff;
118 vpihour 530 }
119 vpihour 596 .list-sel-ser-them-title {
120 vpihour 530 font-weight: bold;
121     }
122     div.row {
123     float: left;
124 vpihour 575 width: 100%;
125 vpihour 530 }
126     div.cell1 {
127     float: left;
128 vpihour 596 width: 72.5%;
129 vpihour 530 }
130     div.cell2 {
131     float: left;
132     width: 25%;
133     }
134 vpihour 555 .lu-16 {
135     background-image: url("../img/lu-16x16.png");
136     }
137 vpihour 1243 .transferer-16 {
138     background-image: url("../img/tb_fleche.png");
139     }
140 vpihour 1185 .rediger-16 {
141     background-image: url("../img/rediger-16x16.png");
142     }
143 nhaye 848 .search-petitionnaire-16 {
144 vpihour 741 background-image: url("../img/search-16x16.png");
145     }
146 vpihour 555 .mut-add-16 {
147 nhaye 580 background-image: url("../img/mut-add-16x16.png");
148 vpihour 555 }
149 nhaye 552 #portlet-actions .om-icon-16.om-icon-fix {
150 nhaye 553 display: inline;
151 vpihour 555 }
152 nhaye 580 ul.document_list {
153     border: none;
154     list-style: none;
155     margin-bottom: 10px;
156    
157     }
158     li.document_list_date {
159     background-color: #B0E0E6;
160    
161     }
162     li.document_list_name {
163     background-color: #FAFAD2;
164     }
165     ul.document_list li {
166     border-bottom: dotted grey 1px;
167     padding:2px;
168     padding-left:10px;
169 nhaye 616 }
170     #advs_export {
171     float: right;
172     margin-right: 20px;
173     padding: 5px 0;
174 vpihour 641 }
175 fmichon 648
176 vpihour 1051 .libelle-more_petitionnaire, #morelineReferenceCadastrale, .moreFieldReferenceCadastrale, .om-form-button{
177 vpihour 676 cursor: pointer;
178     }
179    
180 fmichon 648 .enjeu_erp-16 { background-image: url("../img/enjeu-erp-16x16.png"); }
181 nhaye 942 .enjeu_urba-16 { background-image: url("../img/enjeu-urba-16x16.png"); }
182    
183     /* CSS des type de consultation */
184     .tab-tab tr.consultation-avec-avis-attendu td{
185    
186     }
187     .tab-tab tr.consultation-pour-information td{
188     background-color: lightgrey;
189     }
190     .tab-tab tr.consultation-pour-conformite td{
191     background-color: #FFF56B;
192 vpihour 1051 }
193     .om-form-button{
194     background-repeat: no-repeat;
195     padding-left: 18px;
196     margin: 1px;
197     }
198 vpihour 1130 .select_multiple_static{
199     list-style: none;
200 vpihour 1272 }
201     .ui-tabs-nav li>a#dossier_autorisation, .tab-tab tr.tabDADI td{
202     background-color: #fee71b;
203     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26