Website data from existing child tables, layout, images

This commit is contained in:
pratu16x7
2017-02-13 21:52:43 +05:30
parent dee36e10ae
commit 60fe77cc90
9 changed files with 280 additions and 49 deletions

View File

@@ -250,3 +250,27 @@
.product-image-wrapper {
padding-bottom: 40px;
}
.duration-bar {
display: inline-block;
color: white;
/* border-right: 2px solid green; */
background: #8FD288;
padding: 3px;
}
.duration-invisible {
visibility: hidden;
}
.duration-value {
float: right;
}
.bar-outer-text {
color: #8FD288;
background: none;
float: none;
border: none;
}
.thumbsize {
width: 200px;
height: 200px;
padding: 0;
}