/[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 150 by jbastide, Thu Sep 29 13:03:34 2011 UTC revision 527 by vpihour, Fri Oct 19 16:14:11 2012 UTC
# Line 3  Line 3 
3   */   */
4    
5  /* Logo */  /* 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; }  #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;}  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    }
88    .liste_gauche_service{
89        padding-left: 30px;
90        display: block;
91        line-height: 1.3;
92    }
93    .liste_gauche_service:hover, .liste_gauche_them:hover {
94        background-color:#999999;
95        color: #fff;
96    }
97    .liste_gauche_them {
98        background-color: #E2E2E2;
99        border-top: 1px solid #CDCDCD;
100        font-weight: bold;
101        margin: 0 1px 0 0;
102        padding: 2px;
103    }

Legend:
Removed from v.150  
changed lines
  Added in v.527

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26