diff -r effe964b34be -r b58988e19096 integ/css/iri.css --- a/integ/css/iri.css Thu Apr 04 18:19:28 2013 +0200 +++ b/integ/css/iri.css Fri Apr 05 17:28:05 2013 +0200 @@ -30,15 +30,15 @@ .stars img{width: 58px; height: 78px;} .images li:nth-child(3n+3) { margin-right: 0;} -.images li{margin: 0 8px 10px 0;width: 80px; height: 80px;border: 1px solid #767676; float: left;} -.images img{width: 80px; height: 80px;} +.images li{margin: 0 8px 10px 0;border: 1px solid #767676; float: left; overflow: hidden;} +.images li a{width: 80px; height: 80px;} .videos.less{height: 76px; overflow: hidden;} .videos li:nth-child(3n+3) { margin-right: 0;} .videos li{margin: 0 8px 10px 0;width: 80px; height: 64px;border: 1px solid #767676; float: left;} .videos img{width: 80px; height: 64px;} -.renkan{display: table-cell; padding-top:60px; vertical-align: top; background-color: #eee; width:100%; background: url(../img/bg-renkan.png) 0 0; min-width: 400px;} +.renkan{ position: relative;display: table-cell; padding-top:60px; vertical-align: top; background-color: #eee; width:100%; background: url(../img/bg-renkan.png) 0 0; min-width: 400px;} .renkan .wrap-top{width: 100%; height: 56px; background-color:rgba(0,0,0,.4);} .renkan .wrap-top h2{ font-size: 30px; padding-left: 18px; line-height: 56px; display: inline-block;} @@ -79,7 +79,21 @@ position: relative; } -footer .logofoot{top: 6px;} -.logofoot li{float: left; } -.logofoot li a{height: 46px;line-height: 60px;display: block;} -.logofoot li img{display: inline;} +.logo-iri{ + z-index: 10; + position: absolute; + right: 25px; + bottom: 66px; +} +div.tooltip-iri{ + z-index:10; + padding: 10px 15px; + position: absolute; + background: #3d3d3c; + border: 1px solid #626262; + text-align: left; + -webkit-box-shadow: 0 0 20px 0px #000000; + box-shadow: 0 0 20px 0px #000000; + display: none; +} +div.tooltip-iri p{display: inline-block;}