/[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 116 by fraynaud, Fri Sep 2 08:43:32 2011 UTC revision 530 by vpihour, Mon Oct 22 15:27:20 2012 UTC
# Line 1  Line 1 
1  /* Gestion du logo */  /**
2  #logo span.logo {background-image: url("../img/logo.png"); }   * APP
3     */
4    
5    /* Logo */
6    #logo span.logo { width:200px; height:38px; background-image: url("../img/logo.png");margin:10px;background-repeat: no-repeat; display: block; text-indent: -9999px; }
7  /*recherchedossier*/  /*recherchedossier*/
8  td.fd_rechdossier{background: #ffffff url("../img/fd_rech_dossier.png") 0% 0% no-repeat;}  td.fd_rechdossier{background:#ffffff;}
9  td.fd_haut_rechdossier{background-color:#CEE0CE;height:40px;}  td.fd_haut_rechdossier{background-color:#ffffff;}
10  td.fd_bas_rechdossier{background-color:#CEE0CE;height:10px;}  td.fd_bas_rechdossier{background-color:transparent;height:10px;}
11    td.formLibelle{padding: 0 5px 0 15px ;}
12    
13    /**/
14    #adv-search-adv-fields .field-type-select,
15    #adv-search-adv-fields .field-type-text,
16    #adv-search-adv-fields .bloc.intervaldate {
17        float:left;
18        width: 210px;
19    }
20    #adv-search-adv-fields .field-type-select div.form-libelle,
21    #adv-search-adv-fields .field-type-text div.form-libelle,
22    #adv-search-adv-fields .bloc.intervaldate div.bloc-titre {
23        display: block;
24        font-weight: bold;
25        padding: 0;
26    }
27    #adv-search-adv-fields .field-type-select div.form-content,
28    #adv-search-adv-fields .field-type-text div.form-content {
29        display: block;
30        padding: 3px;
31        height: 20px;
32    }
33    #adv-search-adv-fields .field-type-select div.form-content select,
34    #adv-search-adv-fields .field-type-text div.form-content input {
35        width:90%;
36    }
37    #adv-search-adv-fields .bloc.intervaldate .field-type-date {
38        float:none;
39        padding: 3px;
40    }
41    #adv-search-adv-fields .bloc.intervaldate .field-type-date div.form-libelle {
42        display: table-cell;
43    }
44    #adv-search-adv-fields .bloc.intervaldate .field-type-date div.form-content {
45        height: 20px;
46    }
47    
48    #menu li.elem.subtitle { padding:3px 10px; background-color: #E2E2E2; font-weight: bold;}
49    #menu li.elem.subtitle:hover {background-color: #E2E2E2;}
50    
51    .consultation_non_lue {
52        font-weight: bold;
53    }
54    .field-ser-them {
55        display : inline-block;
56    }
57    .ser-them{
58        height:150px;
59        width: 100%;
60    }
61    .list-ser-them, .button-ser-them, .list-sel-ser-them {
62        float: left;
63    }
64    .list-ser-them,  .list-sel-ser-them{
65        background-color: #FFFFFF;
66        border : solid 2px #999;
67        width: 40%;
68        height : 125px;
69        overflow : auto;
70        cursor: pointer;
71    }
72    .list-ser-them {
73    }
74    .button-ser-them {
75        width: 15%;
76        height : 150px;
77        list-style-type: none;
78    }
79    .button-ser-them ul{
80        text-align: center;
81        list-style-type: none;
82    }
83    .button-ser-them li{
84        margin-top: 25px;
85    }
86    .list-sel-ser-them {
87        overflow : auto;
88    }
89    
90    
91    .liste_gauche_service{
92        padding-left: 30px;
93        display: block;
94        line-height: 1.3;
95    }
96    .liste_gauche_service:hover, .liste_gauche_them:hover, .liste_droite_service:hover {
97        background-color:#999999;
98        color: #fff;
99    }
100    .liste_gauche_them {
101        background-color: #E2E2E2;
102        border-top: 1px solid #CDCDCD;
103        font-weight: bold;
104        margin: 0 1px 0 0;
105        padding: 2px;
106    }
107    .liste_gauche_service input[type=checkbox] {
108        display: none;
109    }
110    .list-ser-them .liste_gauche_service_selected, .list-sel-ser-them .liste_droite_service_selected {
111        background-color:#999999;
112        color: #fff;
113    }
114    #list-sel-ser-them-title {
115        font-weight: bold;
116    }
117    div.row {
118        float: left;
119        width: 98.5%;
120    }
121    div.cell1 {
122        float: left;
123        width: 74.5%;
124    }
125    div.cell2 {
126        float: left;
127        width: 25%;
128    }

Legend:
Removed from v.116  
changed lines
  Added in v.530

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26