Commit d4d6249678c3197197299c637d6f45c0952e053d
Exists in
master
and in
5 other branches
Merge branch 'master' of gitlab.com:softwarepublico/noosfero-spb-theme
Showing
2 changed files
with
19 additions
and
13 deletions
Show diff stats
page-inicial.css
... | ... | @@ -376,6 +376,7 @@ margin: -10px 0px 10px 20px; /*-20px 20px; |
376 | 376 | border-radius: 8px; |
377 | 377 | display: table-cell; |
378 | 378 | padding-right: 25px; |
379 | + width: 150px; | |
379 | 380 | } |
380 | 381 | |
381 | 382 | .block.display-content-block .image img { |
... | ... | @@ -392,10 +393,9 @@ margin: -10px 0px 10px 20px; /*-20px 20px; |
392 | 393 | |
393 | 394 | .block.display-content-block .title { |
394 | 395 | padding-right: 0px !important; |
395 | - max-height: 35px; | |
396 | + max-height: 40px; | |
396 | 397 | overflow: hidden; |
397 | 398 | margin-bottom: 4px !important; |
398 | - text-align: justify !important; | |
399 | 399 | } |
400 | 400 | |
401 | 401 | .block.display-content-block .title a { | ... | ... |
pagina_software.css
... | ... | @@ -166,7 +166,7 @@ border: none; |
166 | 166 | |
167 | 167 | #download_spb-2 h3{ |
168 | 168 | margin:6px 0px 2px 10px; |
169 | - font-size: 20px; | |
169 | + font-size: 18px; | |
170 | 170 | } |
171 | 171 | |
172 | 172 | #download-info-1, |
... | ... | @@ -201,8 +201,8 @@ border: none; |
201 | 201 | #image-download{ |
202 | 202 | background-color: #2c66ce;/*#5E82C6;*/ |
203 | 203 | border:1px solid #2c66ce;/*#5E82C6;*/ |
204 | - border-top-right-radius:8px; | |
205 | - border-top-left-radius: 8px; | |
204 | + /*border-top-right-radius:8px; | |
205 | + border-top-left-radius: 8px;*/ | |
206 | 206 | background-image: url("images/download-icon.png"); |
207 | 207 | background-repeat: no-repeat; |
208 | 208 | background-position: center; /*15px;*/ |
... | ... | @@ -211,6 +211,10 @@ border: none; |
211 | 211 | /*width: 45px;*/ |
212 | 212 | /*height: 25px;*/ |
213 | 213 | display:block; |
214 | + | |
215 | + /* FIX ME */ | |
216 | + height: 18px; | |
217 | + border-radius: 8px; | |
214 | 218 | } |
215 | 219 | |
216 | 220 | #size-download{ |
... | ... | @@ -221,7 +225,7 @@ border: none; |
221 | 225 | border:1px solid #1a397d; |
222 | 226 | border-bottom-right-radius: 8px; |
223 | 227 | border-bottom-left-radius: 8px; |
224 | - display:block; | |
228 | + display: none; /* FIX ME */ | |
225 | 229 | /*padding: 0px 10px 3px 6px; /*3px 22px;*/ |
226 | 230 | /* width: 45px; |
227 | 231 | height: 17px; |
... | ... | @@ -504,13 +508,15 @@ border: |
504 | 508 | } |
505 | 509 | |
506 | 510 | #bt_repositorio::after{ |
507 | - content:'>'; | |
508 | - position:absolute; | |
509 | - padding-left:2px; | |
510 | - margin-top:-2px; | |
511 | - right:10px; | |
512 | - width:18px; | |
513 | - height:20px; | |
511 | + content: url('images/right-arrow.png'); | |
512 | + position: absolute; | |
513 | + padding-left: 2px; | |
514 | + padding-top: 4px; | |
515 | + padding-bottom: 4px; | |
516 | + margin-top: -2px; | |
517 | + right: 10px; | |
518 | + width: 18px; | |
519 | + /* height: 20px; */ | |
514 | 520 | color:#FFF; |
515 | 521 | background:#2C66CE; |
516 | 522 | border-radius: 4px; | ... | ... |