Line 1... |
Line 1... |
1 |
.observations {border: solid 1px #DDD; padding:10px; width:150px; height:250px; -moz-border-radius:10px; -webkit-border-radius:10px; }
|
1 |
.observations {width:250px; height:250px; margin-bottom:50px;}
|
2 |
.observations img {width:150px}
|
2 |
.observations img {width:250px; padding:35px 0 0 0;}
|
3 |
.zoneCache {position:absolute; padding:15px; border:solid 1px #CCC; background:white; z-index:1000; -moz-border-radius:5px; -webkit-border-radius:5px; -moz-box-shadow:2px 2px 2px 2px #AAA; -webkit-box-shadow:2px 2px 2px 2px #AAA }
|
3 |
.zoneCache {position:absolute; padding:15px; border:solid 1px #CCC; background:#333; opacity:0.9; color:white; width:250px; z-index:1000; }
|
Line 4... |
Line -... |
4 |
|
- |
|
5 |
.ajoutValidation {background:url(./img/add.png) no-repeat; font-size:11px; padding:2px 0px 2px 18px; margin-top:4px; cursor:pointer}
|
- |
|
6 |
.espece {font-size:12px; font-weight:bold; color:#454341}
|
- |
|
7 |
|
- |
|
8 |
.zonePlus {position:absolute; margin-top:65px;}
|
- |
|
9 |
.voter {/*position:absolute; margin-top:65px; margin-left:20px;*/}
|
- |
|
10 |
.zoneImage {cursor:pointer}
|
4 |
|
- |
|
5 |
.ajoutValidation {position:absolute; background:url(./img/ajouter.png) no-repeat; width:30px; height:30px; cursor:pointer; margin-top:-30px; margin-left:32px;}
|
- |
|
6 |
.espece {font-size:12px; font-weight:bold; color:white; width:240px; height:41px}
|
- |
|
7 |
.zoneDetail {position:absolute; }
|
- |
|
8 |
.boutonDetail {background:url(./img/loupe.png); width:30px; height:30px;}
|
- |
|
9 |
.zonePlus {position:absolute; background:#333; padding:5px; margin-top:-70px; opacity:0.9; color:white; }
|
- |
|
10 |
.zoneImage {cursor:pointer}
|
- |
|
11 |
.zoneVoter {background:#333; opacity:0.9; width:184px; position:absolute; margin-left:66px; height:27px; -moz-border-radius:3px; padding-top:5px }
|
11 |
|
12 |
|