diff --git a/public/style.css b/public/style.css index 255a737..7d253b4 100644 --- a/public/style.css +++ b/public/style.css @@ -131,3 +131,34 @@ .search-results-type-software_info .search-profile-item { width: 100% !important; } + +.software-block { + position: relative; + float: left; + margin: 0px 10px 10px 0px; + width: 30%; + height: 200px; + word-wrap: break-word; + overflow: hidden; +} + +.software-block-logo { + width: 150px; + height: 150px; + margin: 0px auto; +} + +.software-block-content, .software-block-finality { + width: 100%; + height: 100%; + position: absolute; + top: 0px; + left: 0px; +} + +.software-block-finality { + background-color: #fff; + top: 100%; + display: block; + background-color:rgba(255, 255, 255, 0.9); +} -- libgit2 0.21.2