Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 654 → Rev 655

/trunk/src/org/tela_botanica/del/client/vues/comparaisoneflore/ComparaisonEfloreVue.ui.xml
8,7 → 8,7
<ui:style src="comparaisonEflore.css" />
<g:HorizontalPanel styleName="{style.zoneComparaison}">
<g:VerticalPanel styleName="{style.photoPrincipale}">
<g:VerticalPanel styleName="{style.photoPrincipale} arrondi">
<g:Label text="{constants.taxonADeterminer}" styleName="titre" />
<g:Label text="{constants.taxonADeterminer}" styleName="petit" />
<g:Image ui:field="imagePrincipale" />
37,7 → 37,7
</g:HTMLPanel>
 
</g:VerticalPanel>
<g:VerticalPanel styleName="{style.photoComparee}">
<g:VerticalPanel styleName="{style.photoComparee} arrondi">
<g:VerticalPanel ui:field="panneauChargement">
<g:Image url="./img/wait.gif"></g:Image>
</g:VerticalPanel>
/trunk/src/org/tela_botanica/del/client/vues/comparaisoneflore/comparaisonEflore.css
1,7 → 1,44
.zoneComparaison {width:50%; margin:0 auto; height:100%}
.photoComparee {width:500px; margin-left:5px; padding:20px; border:#DDD solid 1px; -moz-border-radius:0 10px 10px 0;}
.photoPrincipale img, .photoComparee img {-moz-box-shadow:4px 4px 2px #AAA}
.photoPrincipale {width:500px; border:#DDD solid 1px; -moz-border-radius:10px 0 0 10px; padding:20px; height:100%}
.fleches {position:absolute; margin-left:-20px; padding:20px;margin-top:-50px; width:500px;}
.fleches img {cursor:pointer; -moz-box-shadow:0px 0px 0px #000}
.meta {color:white; background:#333; padding:10px; opacity:0.8em; margin-top:5px}
.zoneComparaison {
width: 50%;
margin: 0 auto;
height: 100%
}
 
.photoComparee {
width: 500px;
margin-left: 5px;
padding: 20px;
border: #DDD solid 1px;
}
 
.photoPrincipale img,.photoComparee img {
-moz-box-shadow: 4px 4px 2px #AAA
}
 
.photoPrincipale {
width: 500px;
border: #DDD solid 1px;
padding: 20px;
height: 100%
}
 
.fleches {
position: absolute;
margin-left: -20px;
padding: 20px;
margin-top: -50px;
width: 500px;
}
 
.fleches img {
cursor: pointer;
-moz-box-shadow: 0px 0px 0px #000
}
 
.meta {
color: white;
background: #333;
padding: 10px;
opacity: 0.8em;
margin-top: 5px
}