Commit 9d3ab4b9df96efcf4bb27c817e31da6fba8841df

Authored by Arthur Sturzbecher
Committed by Álvaro Fernando Matos de Souza
1 parent e6b3a3ad
Exists in design_validation

Adding style to download size

src/noosfero-spb/noosfero-spb-theme/css/software-pages.css
... ... @@ -89,14 +89,15 @@
89 89 display: block;
90 90 }
91 91  
92   -#content .download-block .download-button #download-size {
93   - border: 1px solid #1a397d;
94   - border-radius: 0px 0px 8px 8px;
95   - background-color: #1a397d;
96   - color: #ffffff;
97   - font-size: 12px;
  92 +#content .download-block .download-button .download-size {
98 93 text-align: center;
99   - display: none;
  94 + display: block;
  95 + background: rgb(0, 40, 140) none repeat scroll 0% 0%;
  96 + color: rgb(255, 255, 255);
  97 + border-bottom-left-radius: 5px;
  98 + border-bottom-right-radius: 5px;
  99 + margin-top: -15px;
  100 + line-height: 20px;
100 101 }
101 102  
102 103 #content .download-block .download-info {
... ...