Commit 8a4849ecc3fbb81b8621780d90798463707645d4
1 parent
761f904f
Веталь
Showing
1 changed file
with
12 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -128,7 +128,7 @@ a.link_buy:active { |
128 | 128 | background: #799920; |
129 | 129 | border-bottom: 3px solid #799920; |
130 | 130 | } |
131 | -.mycarousel{position:absolute;right:-34px;top:-20px;} | |
131 | +.mycarousel{position:absolute;right:-15px;top:-20px;} | |
132 | 132 | ul.mycarousel{list-style:none;margin:0px;padding:0px;} |
133 | 133 | ul.mycarousel li{margin:0px;padding:0px;} |
134 | 134 | .mycarousel img{border:1px solid #d2d2d2;} |
... | ... | @@ -904,6 +904,7 @@ a.active{font-weight:bold;text-decoration: underline;} |
904 | 904 | height: 38px; |
905 | 905 | border: 1px solid #d2d2d2; |
906 | 906 | text-align: center; |
907 | + background: #fff; | |
907 | 908 | } |
908 | 909 | .jcarousel-skin-tango .jcarousel-item a { |
909 | 910 | display: table-cell; |
... | ... | @@ -917,6 +918,15 @@ a.active{font-weight:bold;text-decoration: underline;} |
917 | 918 | border: 0; |
918 | 919 | vertical-align: middle; |
919 | 920 | } |
920 | -.jcarousel-skin-tango .jcarousel-clip-vertical { | |
921 | +.jcarousel-skin-tango .jcarousel-clip-vertical, .jcarousel-skin-tango .jcarousel-container-vertical { | |
921 | 922 | height: 175px; |
923 | +} | |
924 | +.jcarousel-skin-tango .jcarousel-container-vertical { | |
925 | + padding: 0; | |
926 | +} | |
927 | +.jcarousel-skin-tango .jcarousel-prev-vertical { | |
928 | + top:-13px; | |
929 | +} | |
930 | +.jcarousel-skin-tango .jcarousel-next-vertical { | |
931 | + bottom: -13px; | |
922 | 932 | } |
923 | 933 | \ No newline at end of file | ... | ... |