Commit bd317ae591f263ea458251ac6e75d96369258fcb
1 parent
ca7c1b35
Exists in
news_style
Providing temporary solution for software download blocks and fixing side boxes floating problem
Showing
3 changed files
with
18 additions
and
13 deletions
Show diff stats
page-inicial.css
| @@ -376,6 +376,7 @@ margin: -10px 0px 10px 20px; /*-20px 20px; | @@ -376,6 +376,7 @@ margin: -10px 0px 10px 20px; /*-20px 20px; | ||
| 376 | border-radius: 8px; | 376 | border-radius: 8px; |
| 377 | display: table-cell; | 377 | display: table-cell; |
| 378 | padding-right: 25px; | 378 | padding-right: 25px; |
| 379 | + width: 150px; | ||
| 379 | } | 380 | } |
| 380 | 381 | ||
| 381 | .block.display-content-block .image img { | 382 | .block.display-content-block .image img { |
| @@ -392,10 +393,9 @@ margin: -10px 0px 10px 20px; /*-20px 20px; | @@ -392,10 +393,9 @@ margin: -10px 0px 10px 20px; /*-20px 20px; | ||
| 392 | 393 | ||
| 393 | .block.display-content-block .title { | 394 | .block.display-content-block .title { |
| 394 | padding-right: 0px !important; | 395 | padding-right: 0px !important; |
| 395 | - max-height: 35px; | 396 | + max-height: 40px; |
| 396 | overflow: hidden; | 397 | overflow: hidden; |
| 397 | margin-bottom: 4px !important; | 398 | margin-bottom: 4px !important; |
| 398 | - text-align: justify !important; | ||
| 399 | } | 399 | } |
| 400 | 400 | ||
| 401 | .block.display-content-block .title a { | 401 | .block.display-content-block .title a { |
pagina_software.css
| @@ -201,8 +201,8 @@ border: none; | @@ -201,8 +201,8 @@ border: none; | ||
| 201 | #image-download{ | 201 | #image-download{ |
| 202 | background-color: #2c66ce;/*#5E82C6;*/ | 202 | background-color: #2c66ce;/*#5E82C6;*/ |
| 203 | border:1px solid #2c66ce;/*#5E82C6;*/ | 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 | background-image: url("images/download-icon.png"); | 206 | background-image: url("images/download-icon.png"); |
| 207 | background-repeat: no-repeat; | 207 | background-repeat: no-repeat; |
| 208 | background-position: center; /*15px;*/ | 208 | background-position: center; /*15px;*/ |
| @@ -211,6 +211,10 @@ border: none; | @@ -211,6 +211,10 @@ border: none; | ||
| 211 | /*width: 45px;*/ | 211 | /*width: 45px;*/ |
| 212 | /*height: 25px;*/ | 212 | /*height: 25px;*/ |
| 213 | display:block; | 213 | display:block; |
| 214 | + | ||
| 215 | + /* FIX ME */ | ||
| 216 | + height: 18px; | ||
| 217 | + border-radius: 8px; | ||
| 214 | } | 218 | } |
| 215 | 219 | ||
| 216 | #size-download{ | 220 | #size-download{ |
| @@ -221,7 +225,7 @@ border: none; | @@ -221,7 +225,7 @@ border: none; | ||
| 221 | border:1px solid #1a397d; | 225 | border:1px solid #1a397d; |
| 222 | border-bottom-right-radius: 8px; | 226 | border-bottom-right-radius: 8px; |
| 223 | border-bottom-left-radius: 8px; | 227 | border-bottom-left-radius: 8px; |
| 224 | - display:block; | 228 | + display: none; /* FIX ME */ |
| 225 | /*padding: 0px 10px 3px 6px; /*3px 22px;*/ | 229 | /*padding: 0px 10px 3px 6px; /*3px 22px;*/ |
| 226 | /* width: 45px; | 230 | /* width: 45px; |
| 227 | height: 17px; | 231 | height: 17px; |
| @@ -504,13 +508,15 @@ border: | @@ -504,13 +508,15 @@ border: | ||
| 504 | } | 508 | } |
| 505 | 509 | ||
| 506 | #bt_repositorio::after{ | 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 | color:#FFF; | 520 | color:#FFF; |
| 515 | background:#2C66CE; | 521 | background:#2C66CE; |
| 516 | border-radius: 4px; | 522 | border-radius: 4px; |