Commit 773bcc8f1de5151a344fdbcef2bfe04cf59a1e6d
1 parent
6702f400
Веталь
Showing
1 changed file
with
19 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -898,4 +898,22 @@ a.active{font-weight:bold;text-decoration: underline;} |
898 | 898 | font-family: Roboto !important; |
899 | 899 | } |
900 | 900 | .seo_text p:first-child {margin-top: 0} |
901 | -.product-special {position: absolute} | |
902 | 901 | \ No newline at end of file |
902 | +.product-special {position: absolute} | |
903 | +.jcarousel-skin-tango .jcarousel-item { | |
904 | + width: 38px; | |
905 | + height: 38px; | |
906 | + border: 1px solid #d2d2d2; | |
907 | + text-align: center; | |
908 | +} | |
909 | +.jcarousel-skin-tango .jcarousel-item a { | |
910 | + display: table-cell; | |
911 | + width: 38px; | |
912 | + height: 38px; | |
913 | + vertical-align: middle; | |
914 | +} | |
915 | +.mycarousel img { | |
916 | + max-width: 38px; | |
917 | + max-height: 38px; | |
918 | + border: 0; | |
919 | + vertical-align: middle; | |
920 | +} | |
903 | 921 | \ No newline at end of file | ... | ... |