diff -r 71b333e517b7 -r e9c18960f518 integ/css/iri.css --- a/integ/css/iri.css Mon Apr 15 18:35:22 2013 +0200 +++ b/integ/css/iri.css Tue Apr 16 14:56:50 2013 +0200 @@ -9,7 +9,7 @@ .sidebar ul a{display: block;} .sidebar ul li{-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.41);-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.41);box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.41);} -.stickers.less{height: 90px; overflow: hidden;} +.stickers.less{height: 90px; overflow-y: hidden;} .stickers li{margin: 0 10px 10px 0;float:left;} .stickers li a{width: 81px; height: 80px;background-color: #fff;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; background-repeat: no-repeat; background-position: center 13px;} .stickers li span{width: 100%;color: #212121; font-size: 12px;font-weight: bold; line-height: 12px; display: inline-block; text-align: center;padding-top: 48px;} @@ -25,7 +25,7 @@ .more.less span{background-position: bottom left;} .more-hide{display: none;} -.stars.less, .images.less{height: 90px; overflow: hidden;} +.stars.less, .images.less{height: 90px; overflow-y: hidden;} .stars li:nth-child(4n+4) { margin-right: 0;} .stars li{margin: 0 8px 10px 0;width: 58px; height: 78px;border: 1px solid #767676; float: left;} .stars img{width: 58px; height: 78px;}