Subversion Repositories eFlore/Applications.cel

Compare Revisions

Regard whitespace Rev 1473 → Rev 1474

/trunk/war/cel2.css
1,11 → 1,24
/** Add css rules here for your application. */
body,td,a,div,.p {
font-family: arial, sans-serif
}
 
body,td,a,div,.p{font-family:arial,sans-serif}
div,td{color:#000000}
a:link,.w,.w a:link{color:#0000cc}
a:visited{color:#551a8b}
a:active{color:#ff0000}
div,td {
color: #000000
}
a:link,.w,.w a:link {
color: #0000cc
}
 
a:visited {
color: #551a8b
}
 
a:active {
color: #ff0000
}
 
.thumb-wrap {
width : 100px ;
height : 130px ;
63,7 → 76,6
.img-list {
height: 50px;
width: 50px;
display: table-cell ;
text-align: center ;
vertical-align: middle ;
100,7 → 112,6
background: #ffffff ;
}
 
.thumb-wrap {
float: left;
margin: 4px;
154,7 → 165,6
height: 150px;
width: 150px;
}*/
.x-image-gen div div {
display: table-cell ;
text-align: center ;
169,22 → 179,18
.x-selec-modif {
background: #FFCCCC !important ;
}
.x-selec-crea {
background: #DEE5EE !important ;
}
.x-selec-liaison {
background: #FFCCCC !important ;
}
.x-selec-consult {
background: #DEE5EE !important ;
}
.x-view-notation-bar {
193,7 → 199,6
}
.x-view-zoom-button-p {
background-color: #FFFFFF ;
background-image:url("Fleche_gauche.gif") ;
background-repeat: no-repeat;
202,7 → 207,6
}
.x-view-zoom-button-s {
background-color: #FFFFFF ;
background-image:url("Fleche_droite.gif") ;
background-repeat: no-repeat;
243,7 → 247,6
font-weight: bold ;
}
.x-form-creation {
background-color: green ;
}
288,7 → 291,6
.motcletaille5 {
font-size: 18px ;
color: #33FF99;
 
}
.motcletaille6 {
362,8 → 364,6
border: dotted 1px black;
}
.x-tree-node-icon-kw {
background-image:url("checked.png") ;
background-position:center center;
452,3 → 452,6
list-style-type: square;
}
#lienAide {
padding-right: 50px;
}