Commit ea8ddef25d74f830c33ccf3bcd4a6ba43b992cd4
1 parent
e6cdb4c0
Exists in
master
and in
12 other branches
New css block software and line-height block static menu
Showing
2 changed files
with
39 additions
and
2 deletions
Show diff stats
page-inicial.css
| @@ -154,11 +154,47 @@ text-align: center; | @@ -154,11 +154,47 @@ text-align: center; | ||
| 154 | border-bottom: 1px solid #ccc; | 154 | border-bottom: 1px solid #ccc; |
| 155 | overflow: auto; | 155 | overflow: auto; |
| 156 | } | 156 | } |
| 157 | -.box-1 .software-block-title * { | 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 { | ||
| 158 | text-align: center; | 167 | text-align: center; |
| 159 | font-weight: normal !important; | 168 | font-weight: normal !important; |
| 160 | font-size: 14px !important; | 169 | font-size: 14px !important; |
| 161 | } | 170 | } |
| 171 | + | ||
| 172 | +.box-1 .software-block-finality, | ||
| 173 | +.box-1 .software-block-content { | ||
| 174 | + padding-top:20px; | ||
| 175 | +} | ||
| 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 | + | ||
| 162 | /* | 198 | /* |
| 163 | .box-1 .software-block-title h3 { | 199 | .box-1 .software-block-title h3 { |
| 164 | font-weight: normal !important; | 200 | font-weight: normal !important; |
style.css
| @@ -517,7 +517,8 @@ p { | @@ -517,7 +517,8 @@ p { | ||
| 517 | } | 517 | } |
| 518 | 518 | ||
| 519 | #content .link-list-block li a { | 519 | #content .link-list-block li a { |
| 520 | - line-height: 30px; | 520 | + line-height: 20px; |
| 521 | + padding:10px 0px; | ||
| 521 | } | 522 | } |
| 522 | 523 | ||
| 523 | #content .link-list-block h3.empty + ul { | 524 | #content .link-list-block h3.empty + ul { |