Static imagesize on result image, and fixed way of adding suggested number

This commit is contained in:
Kasper Rynning-Tønnesen
2017-03-03 11:08:42 +01:00
parent f6211944be
commit a57826201a
3 changed files with 8 additions and 2 deletions

View File

@@ -1601,6 +1601,7 @@ nav ul li:hover, nav ul li.active {
.result img{
float:left;
height: 70px;
width:124.44px;
border-radius: 3px;
margin: 15px 20px;
}
@@ -2263,6 +2264,7 @@ nav ul li:hover, nav ul li.active {
.result img {
margin: 25px 10px;
height: 50px;
width: 88.88px;
}
.result .add-many{
margin-top: 15px;