Subversion Repositories eFlore/Applications.cel

Rev

Rev 1524 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1524 Rev 1532
Line 140... Line 140...
140
	cursor: pointer;
140
	cursor: pointer;
141
	margin-bottom: 15px;
141
	margin-bottom: 15px;
142
	margin-right: 15px;
142
	margin-right: 15px;
143
	float:left;
143
	float:left;
144
	border: 5px dashed #CCCCCC;
144
	border: 5px dashed #CCCCCC;
145
    border-radius: 8px 8px 8px 8px;
145
	border-radius: 8px 8px 8px 8px;
146
    height: 100px;
146
	height: 100px;
147
    margin: 2px 0 2px 2px;
147
	margin: 2px 0 2px 2px;
148
    text-align: center;
148
	text-align: center;
149
    width: 98px;
149
	width: 98px;
150
    box-sizing:border-box;
150
	box-sizing:border-box;
151
  	-moz-box-sizing:border-box;
151
	-moz-box-sizing:border-box;
152
  	-webkit-box-sizing:border-box;
152
	-webkit-box-sizing:border-box;
153
}
153
}
Line 154... Line 154...
154
 
154
 
155
#photo-placeholder:hover {
155
#photo-placeholder:hover {
156
	background: url("../img/icones/icone-photo-hover.png");
156
	background: url("../img/icones/icone-photo-hover.png");
157
	background-size: 89px;
157
	background-size: 89px;
158
	border: 5px dashed #111; 
158
	border: 5px dashed #111; 
159
    border-radius: 8px;
159
	border-radius: 8px;
Line 160... Line 160...
160
}
160
}
161
 
161
 
162
/*+--------------------------------------------------------------------------------------------------------+*/
162
/*+--------------------------------------------------------------------------------------------------------+*/