Commit 6b1f05bcdfdf9749464ef4c7962d53e2f1a23d42
1 parent
c3642101
Exists in
master
and in
5 other branches
Fix software main block.
Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
Showing
1 changed file
with
31 additions
and
0 deletions
Show diff stats
public/style.css
| @@ -131,3 +131,34 @@ | @@ -131,3 +131,34 @@ | ||
| 131 | .search-results-type-software_info .search-profile-item { | 131 | .search-results-type-software_info .search-profile-item { |
| 132 | width: 100% !important; | 132 | width: 100% !important; |
| 133 | } | 133 | } |
| 134 | + | ||
| 135 | +.software-block { | ||
| 136 | + position: relative; | ||
| 137 | + float: left; | ||
| 138 | + margin: 0px 10px 10px 0px; | ||
| 139 | + width: 30%; | ||
| 140 | + height: 200px; | ||
| 141 | + word-wrap: break-word; | ||
| 142 | + overflow: hidden; | ||
| 143 | +} | ||
| 144 | + | ||
| 145 | +.software-block-logo { | ||
| 146 | + width: 150px; | ||
| 147 | + height: 150px; | ||
| 148 | + margin: 0px auto; | ||
| 149 | +} | ||
| 150 | + | ||
| 151 | +.software-block-content, .software-block-finality { | ||
| 152 | + width: 100%; | ||
| 153 | + height: 100%; | ||
| 154 | + position: absolute; | ||
| 155 | + top: 0px; | ||
| 156 | + left: 0px; | ||
| 157 | +} | ||
| 158 | + | ||
| 159 | +.software-block-finality { | ||
| 160 | + background-color: #fff; | ||
| 161 | + top: 100%; | ||
| 162 | + display: block; | ||
| 163 | + background-color:rgba(255, 255, 255, 0.9); | ||
| 164 | +} |