Subversion Repositories eFlore/Applications.del

Rev

Rev 606 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 606 Rev 622
Line 1... Line 1...
1
.ligneObservation {-moz-box-shadow: 5px 0px 5px #DDD; -webkit-box-shadow: 5px 0px 5px #DDD; -moz-border-radius:10px; -webkit-border-radius:10px; margin-bottom:10px; border:solid 1px #DDD; width:100%; padding:15px}
1
.ligneObservation {-moz-box-shadow: 5px 0px 5px #DDD; -webkit-box-shadow: 5px 0px 5px #DDD; -moz-border-radius:10px; -webkit-border-radius:10px; margin-bottom:10px; border:solid 1px #DDD; width:100%; padding:15px}
2
.description {border:solid 1px #EEE; border-width:0 1px 0 0; width:270px; padding : 10px; margin:0 1px 5px 0; height:150px}
2
.description {border:solid 1px #EEE; border-width:0 1px 0 0; width:270px; padding : 10px; margin:0 1px 5px 0; height:150px}
3
.photos {border:solid 1px #EEE; border-width:0 1px 0 0; width:350px; -moz-border-radius: 0px; padding : 10px; margin:0 1px 5px 0;  height:170px}
3
.photos {border:solid 1px #EEE; border-width:0 1px 0 0; width:300px; -moz-border-radius: 0px; padding : 10px; margin:0 1px 5px 0;  height:170px}
4
.determination {padding : 10px; margin:0 1px 5px 0; height:150px}
4
.determination {padding : 10px; margin:0 1px 5px 0; height:150px}
5
.photos img {float:left; padding:2px; -moz-box-shadow:2px 2px 2px #DDD; cursor:pointer;}
5
.photos img {float:left; padding:2px; -moz-box-shadow:2px 2px 2px #DDD; cursor:pointer;}
6
.photoPrincipale {height:20px;  float:left; padding:5px;margin-bottom:15px; cursor:pointer}
6
.photoPrincipale {height:20px;  float:left; padding:5px;margin-bottom:15px; cursor:pointer}
7
.panneauDeterminations {text-align:right}
7
.panneauDeterminations {text-align:right}
8
.lienDetermination {text-align:center;padding:5px;color: blue;cursor: pointer;float:right;margin:5px;text-decoration:underline;}
8
.lienDetermination {text-align:center;padding:5px;color: blue;cursor: pointer;float:right;margin:5px;text-decoration:underline;}
9
.boutonDetermination {text-align:center;padding:5px;float:right;margin:5px;}
-
 
10
.miniatures img {height:30px}
9
.miniatures img {height:30px}
11
.metadonnees {width:250px}
-
 
12
10
.metadonnees {width:235px}
-
 
11
.boutonDetermination {
-
 
12
    background: url("./img/add.png") no-repeat scroll 5px 7px #DDDDDD;
-
 
13
    border: 1px solid #AAAAAA;
-
 
14
    border-radius: 10px 10px 10px 10px;
-
 
15
    cursor: pointer;
-
 
16
    float: right;
-
 
17
    margin-bottom: 5px;
-
 
18
    margin-right: 5px;
-
 
19
    margin-top: 10px;
-
 
20
    padding: 5px 5px 5px 25px;
-
 
21
}
-
 
22
.boutonDetermination:hover {background-color:#AAA}
-
 
23
13
24