Commit f2ab8a5ec52268167a20f2a8db972a95460cafc4
1 parent
58efe8dd
Exists in
master
and in
79 other branches
Adapting home page to the new version
Changing the distance between Title of block News and the first news Removing the end border of the software block Changing the distance between the software name and the image block in software block Limiting the amount of software title lines in the software block
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
css/home-page.css
... | ... | @@ -128,7 +128,7 @@ |
128 | 128 | |
129 | 129 | /*** Softwares block **/ |
130 | 130 | .action-home-index #content .softwares-block { |
131 | - border-bottom: 1px solid #ccc; | |
131 | + margin: 0px; | |
132 | 132 | overflow: auto; |
133 | 133 | } |
134 | 134 | |
... | ... | @@ -172,7 +172,7 @@ |
172 | 172 | } |
173 | 173 | |
174 | 174 | .action-home-index #content .software-block .software-block-title { |
175 | - height: 65px; | |
175 | + height: 50px; | |
176 | 176 | font-weight: 300; |
177 | 177 | font-size: 14px; |
178 | 178 | text-align: center; |
... | ... | @@ -180,6 +180,7 @@ |
180 | 180 | } |
181 | 181 | |
182 | 182 | .action-home-index #content .software-block .software-block-title h3 { |
183 | + margin: 10px 0px 10px 0px; | |
183 | 184 | color: #2C66CE; |
184 | 185 | font: normal normal 300 14px 'open_sansregular', arial, helvetica, sans-serif; |
185 | 186 | } |
... | ... | @@ -246,6 +247,7 @@ |
246 | 247 | |
247 | 248 | .action-home-index #content .display-content-block li:first-child { |
248 | 249 | border-top: 0px solid #eee; |
250 | + padding: 36px 0px 0px 0px; | |
249 | 251 | } |
250 | 252 | |
251 | 253 | .action-home-index #content .display-content-block .published-at { | ... | ... |