/[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 476 by fmichon, Fri Oct 5 12:22:13 2012 UTC revision 555 by vpihour, Tue Oct 30 14:05:14 2012 UTC
# Line 44  td.formLibelle{padding: 0 5px 0 15px ;} Line 44  td.formLibelle{padding: 0 5px 0 15px ;}
44  #adv-search-adv-fields .bloc.intervaldate .field-type-date div.form-content {  #adv-search-adv-fields .bloc.intervaldate .field-type-date div.form-content {
45      height: 20px;      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    }
129    .lu-16 {
130        background-image: url("../img/lu-16x16.png");
131    }
132    .mut-add-16 {
133            background-image: url("../img/mut-add-16x16.png");
134    }
135    #portlet-actions .om-icon-16.om-icon-fix {
136        display: inline;
137    }

Legend:
Removed from v.476  
changed lines
  Added in v.555

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26