From 6b1f05bcdfdf9749464ef4c7962d53e2f1a23d42 Mon Sep 17 00:00:00 2001 From: Gabriela Navarro Date: Mon, 13 Jul 2015 19:25:21 +0000 Subject: [PATCH] Fix software main block. --- public/style.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+), 0 deletions(-) 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