Add pictures to products

This commit is contained in:
Skia
2016-08-21 03:07:15 +02:00
parent a49d9850ab
commit 4cbfd58660
3 changed files with 46 additions and 10 deletions

View File

@ -288,11 +288,20 @@ label {
}
.form_button {
width: 150px;
height: 100px;
height: 120px;
padding: 2px;
display: inline-block;
font-size: 0.8em;
}
.form_button span {
width: 70px;
float: right;
}
.form_button img {
max-width: 50px;
max-height: 50px;
float: left;
}
.form_button strong {
font-weight: bold;
font-size: 1.2em;