diff -r be4eb4db3418 -r aa163c5df6e3 integration/v2/css/style.css --- a/integration/v2/css/style.css Thu Jun 27 17:31:15 2013 +0200 +++ b/integration/v2/css/style.css Thu Jun 27 17:38:53 2013 +0200 @@ -234,19 +234,24 @@ .item-masonry{margin-bottom: 20px;} .filters{padding: 10px 0; text-align: center;} .filters li{ margin-bottom: 10px; position: relative; text-align: left; font-size: 12px; font-family: 'Lato'; display:inline-block; width: 200px; height: 28px; line-height: 28px; background-color: #fff;} + .filters a.display-keyword:first-child{ overflow: hidden; color: #7F7F7F; padding-left: 6px; display: block; } +.filters a.display-keyword{padding-left: 6px;} .filters li:hover{-webkit-box-shadow : none; -moz-box-shadow : none; box-shadow : none;} + .filters .icon-action{position: absolute; top: 10px; right: 6px;width: 10px; height: 10px; display: inline-block;} .filters li.disabled .icon-action{width: 10px; height: 10px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; background-color: #7F7F7F;} .filters li.disabled a{opacity: 0.5;} + .filters li .icon-action{background: url(../img/icon-cross-10.png) 0 0 no-repeat;} .float-left{float: left;} .filters-wrap{width: 225px; background-color: #EEE; margin-right: 17px;} .list-projets-5{width: 708px;} .curtain{display:none;z-index:10;position: absolute; width: 100%; height: 100%; background-color:rgba(0,0,0,.7);} +.disabled .curtain{display: block;} .list-projets-5 .item-masonry{margin-bottom: 0;} .mosaic .content-project{display: none;} .mosaic .visuel-project .title-project{display: block;}