Commit ca4fece25d984c0b4880ffc357cf2d7ac0df9f61

Authored by Tallys Martins
Committed by Eduardo Vital
1 parent 72dafa65
Exists in news_page_css

Fixing a little css on folder page

- Changed download-icon for uploaded files

Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
Signed-off-by: André Bernardes <andrebsguedes@gmail.com>
Showing 1 changed file with 16 additions and 0 deletions   Show diff stats
pagina_software.css
... ... @@ -240,6 +240,22 @@ border: none;
240 240 margin-right: 20px;
241 241  
242 242 }*/
  243 +.item-icon a {
  244 + display: none;
  245 +}
  246 +
  247 +.item-icon {
  248 + background-color: #2C66CE;
  249 + background-image: url("images/download-icon.png");
  250 + background-position: center center;
  251 + background-repeat: no-repeat;
  252 + border: 1px solid #2C66CE;
  253 + border-radius: 8px;
  254 + display: block;
  255 + padding: 45px 45px 5px 10px;
  256 + float: left;
  257 + margin-right: 20px;
  258 +}
243 259  
244 260 #info-software-download{
245 261 font-size: 16px;
... ...