diff --git a/page-inicial.css b/page-inicial.css index 842401c..c074f13 100644 --- a/page-inicial.css +++ b/page-inicial.css @@ -376,6 +376,7 @@ margin: -10px 0px 10px 20px; /*-20px 20px; border-radius: 8px; display: table-cell; padding-right: 25px; + width: 150px; } .block.display-content-block .image img { @@ -392,10 +393,9 @@ margin: -10px 0px 10px 20px; /*-20px 20px; .block.display-content-block .title { padding-right: 0px !important; - max-height: 35px; + max-height: 40px; overflow: hidden; margin-bottom: 4px !important; - text-align: justify !important; } .block.display-content-block .title a { diff --git a/pagina_software.css b/pagina_software.css index 23ff128..3354ae1 100644 --- a/pagina_software.css +++ b/pagina_software.css @@ -201,8 +201,8 @@ border: none; #image-download{ background-color: #2c66ce;/*#5E82C6;*/ border:1px solid #2c66ce;/*#5E82C6;*/ - border-top-right-radius:8px; - border-top-left-radius: 8px; + /*border-top-right-radius:8px; + border-top-left-radius: 8px;*/ background-image: url("images/download-icon.png"); background-repeat: no-repeat; background-position: center; /*15px;*/ @@ -211,6 +211,10 @@ border: none; /*width: 45px;*/ /*height: 25px;*/ display:block; + + /* FIX ME */ + height: 18px; + border-radius: 8px; } #size-download{ @@ -221,7 +225,7 @@ border: none; border:1px solid #1a397d; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; - display:block; + display: none; /* FIX ME */ /*padding: 0px 10px 3px 6px; /*3px 22px;*/ /* width: 45px; height: 17px; @@ -504,13 +508,15 @@ border: } #bt_repositorio::after{ - content:'>'; - position:absolute; - padding-left:2px; - margin-top:-2px; - right:10px; - width:18px; - height:20px; + content: url('images/right-arrow.png'); + position: absolute; + padding-left: 2px; + padding-top: 4px; + padding-bottom: 4px; + margin-top: -2px; + right: 10px; + width: 18px; + /* height: 20px; */ color:#FFF; background:#2C66CE; border-radius: 4px; diff --git a/style.css b/style.css index 4972557..1b6f0b6 100644 --- a/style.css +++ b/style.css @@ -753,7 +753,6 @@ p { } .block-outer { - float: left; margin-bottom: 45px; clear: both; } -- libgit2 0.21.2