Commit 909bed60659890fd7ff14b263b69563c2df844ab
Exists in
master
and in
12 other branches
Merge branch 'master' of https://gitlab.com/softwarepublico/noosfero-spb-theme
Showing
2 changed files
with
50 additions
and
1 deletions
Show diff stats
page-inicial.css
... | ... | @@ -152,8 +152,56 @@ text-align: center; |
152 | 152 | |
153 | 153 | .box-1 .softwares-block{ |
154 | 154 | border-bottom: 1px solid #ccc; |
155 | + overflow: auto; | |
156 | +} | |
157 | +.software-block { | |
158 | + height: 220px; | |
159 | +} | |
160 | + | |
161 | +/* | |
162 | +.box-1 .software-block{ | |
163 | + margin:20px 10px 0px 0px; | |
164 | +}*/ | |
165 | + | |
166 | +.box-1 .software-block-title { | |
167 | + text-align: center; | |
168 | + font-weight: normal !important; | |
169 | + font-size: 14px !important; | |
170 | +} | |
171 | + | |
172 | +.box-1 .software-block-finality, | |
173 | +.box-1 .software-block-content { | |
174 | + padding-top:20px; | |
155 | 175 | } |
156 | 176 | |
177 | +.software-block-logo { | |
178 | + border: 1px solid #ccc; | |
179 | + border-radius: 4px; | |
180 | + /*padding: 20px;*/ | |
181 | +} | |
182 | + | |
183 | +.software-block img{ | |
184 | + max-width: 90px; | |
185 | + height: auto; | |
186 | +} | |
187 | + | |
188 | +.software-block-logo{ | |
189 | + display:block; | |
190 | + text-align: center; | |
191 | + width:130px; | |
192 | + height:90px; | |
193 | + padding-top:20px; | |
194 | + padding-bottom:20px; | |
195 | + overflow: hidden; | |
196 | +} | |
197 | + | |
198 | +/* | |
199 | +.box-1 .software-block-title h3 { | |
200 | + font-weight: normal !important; | |
201 | + font-size: 14px !important; | |
202 | + | |
203 | +} | |
204 | +*/ | |
157 | 205 | .box-1 .softwares-block .common-profile-list-block{ |
158 | 206 | margin-top:-20px; |
159 | 207 | } | ... | ... |