diff -r c86141a8570d -r c2dd00471b2d integration/css/common.css --- a/integration/css/common.css Tue Nov 27 18:08:06 2012 +0100 +++ b/integration/css/common.css Wed Dec 12 18:17:52 2012 -0800 @@ -311,6 +311,7 @@ border-top: 1px solid #313131; border-bottom: 1px solid #313131; margin-bottom: 1px; + overflow: hidden; } .cluster-visible{ left: 20px; @@ -683,14 +684,11 @@ .pagination .active,.pagination a:hover{ text-decoration: none; } -/**/ -.data{ - width: 209px; - height: 130px; - padding-top: 25px; - position: absolute; - background: url(../img/white_arrow_long.png) 0 0 no-repeat; - z-index: 200; - text-align: center; + +.plus-button.home{ + background-color: #007DAD; } +.plus-button.home:hover{ + background-color: #333; +}