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

Diff of /trunk/app/css/app.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 509 by nhaye, Tue Oct 16 16:50:50 2012 UTC revision 1185 by vpihour, Wed Jan 9 11:20:26 2013 UTC
# Line 1  Line 1 
1  /**  /**
2   * APP   * APP
3   */   */
4    div.message.ui-state-transparent {
5        background-color: transparent;
6        padding: 0;
7        border: 0 none;
8    }
9  /* Logo */  /* Logo */
10  #logo span.logo { width:200px; height:38px; background-image: url("../img/logo.png");margin:10px;background-repeat: no-repeat; display: block; text-indent: -9999px; }  #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  /*recherchedossier*/  /*recherchedossier*/
12  td.fd_rechdossier{background:#ffffff;}  td.fd_rechdossier{background:#ffffff;}
13  td.fd_haut_rechdossier{background-color:#ffffff;}  td.fd_haut_rechdossier{background-color:#ffffff;}
# Line 48  td.formLibelle{padding: 0 5px 0 15px ;} Line 52  td.formLibelle{padding: 0 5px 0 15px ;}
52  #menu li.elem.subtitle { padding:3px 10px; background-color: #E2E2E2; font-weight: bold;}  #menu li.elem.subtitle { padding:3px 10px; background-color: #E2E2E2; font-weight: bold;}
53  #menu li.elem.subtitle:hover {background-color: #E2E2E2;}  #menu li.elem.subtitle:hover {background-color: #E2E2E2;}
54    
55  .consultation_non_lue {  .consultation_non_lue,
56    .non_lu {
57        font-weight: bold;
58    }
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        overflow : auto;
93    }
94    
95    
96    .liste_gauche_service{
97        padding-left: 30px;
98        display: block;
99        line-height: 1.3;
100    }
101    .liste_gauche_service:hover, .liste_gauche_them:hover, .liste_droite_service:hover {
102        background-color:#999999;
103        color: #fff;
104    }
105    .liste_gauche_them, .liste_droite_title {
106        background-color: #E2E2E2;
107        border-top: 1px solid #CDCDCD;
108        font-weight: bold;
109        margin: 0 1px 0 0;
110        padding: 2px;
111    }
112    .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        background-color:#999999;
117        color: #fff;
118    }
119    .list-sel-ser-them-title {
120      font-weight: bold;      font-weight: bold;
121    }
122    div.row {
123        float: left;
124        width: 100%;
125    }
126    div.cell1 {
127        float: left;
128        width: 72.5%;
129    }
130    div.cell2 {
131        float: left;
132        width: 25%;
133    }
134    .lu-16 {
135        background-image: url("../img/lu-16x16.png");
136    }
137    .rediger-16 {
138        background-image: url("../img/rediger-16x16.png");
139    }
140    .search-petitionnaire-16 {
141        background-image: url("../img/search-16x16.png");
142    }
143    .mut-add-16 {
144        background-image: url("../img/mut-add-16x16.png");
145    }
146    #portlet-actions .om-icon-16.om-icon-fix {
147        display: inline;
148    }
149    ul.document_list {
150        border: none;
151        list-style: none;
152        margin-bottom: 10px;
153        
154    }
155    li.document_list_date {
156       background-color: #B0E0E6;
157        
158    }
159    li.document_list_name {
160       background-color: #FAFAD2;
161    }
162    ul.document_list li {
163        border-bottom: dotted grey 1px;
164        padding:2px;
165        padding-left:10px;
166    }
167    #advs_export {
168        float: right;
169        margin-right: 20px;
170        padding: 5px 0;
171    }
172    
173    .libelle-more_petitionnaire, #morelineReferenceCadastrale, .moreFieldReferenceCadastrale, .om-form-button{
174        cursor: pointer;
175    }
176    
177    .enjeu_erp-16 { background-image: url("../img/enjeu-erp-16x16.png"); }
178    .enjeu_urba-16 { background-image: url("../img/enjeu-urba-16x16.png"); }
179    
180    /* CSS des type de consultation */
181    .tab-tab tr.consultation-avec-avis-attendu td{
182    
183    }
184    .tab-tab tr.consultation-pour-information td{
185        background-color: lightgrey;
186    }
187    .tab-tab tr.consultation-pour-conformite td{
188        background-color: #FFF56B;
189    }
190    .om-form-button{
191        background-repeat: no-repeat;
192        padding-left: 18px;
193        margin: 1px;
194    }
195    .select_multiple_static{
196        list-style: none;
197  }  }

Legend:
Removed from v.509  
changed lines
  Added in v.1185

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26