Commit 6ac32ae0ae1899792818d5c07a0b608ca1ad80c1
Exists in
master
and in
5 other branches
Merge branch 'master' of github.com:SerproLivre/participa-theme
Showing
1 changed file
with
15 additions
and
7 deletions
Show diff stats
style.css
| @@ -258,12 +258,10 @@ color: #75ad0a | @@ -258,12 +258,10 @@ color: #75ad0a | ||
| 258 | #portal-siteactions li a { | 258 | #portal-siteactions li a { |
| 259 | padding: 4px 0px; | 259 | padding: 4px 0px; |
| 260 | } | 260 | } |
| 261 | - | ||
| 262 | #siteaction-accessibility, | 261 | #siteaction-accessibility, |
| 263 | #siteaction-contraste { | 262 | #siteaction-contraste { |
| 264 | margin: 0px 15px 0px 0px; | 263 | margin: 0px 15px 0px 0px; |
| 265 | } | 264 | } |
| 266 | - | ||
| 267 | /* */ | 265 | /* */ |
| 268 | /* */ | 266 | /* */ |
| 269 | a.link-parent { | 267 | a.link-parent { |
| @@ -1154,7 +1152,7 @@ div#article-parent { | @@ -1154,7 +1152,7 @@ div#article-parent { | ||
| 1154 | left: 50%; | 1152 | left: 50%; |
| 1155 | margin-left: -480px; | 1153 | margin-left: -480px; |
| 1156 | width: 960px; | 1154 | width: 960px; |
| 1157 | - max-height: 300px; | 1155 | + max-height: 320px; |
| 1158 | overflow: hidden; | 1156 | overflow: hidden; |
| 1159 | } | 1157 | } |
| 1160 | 1158 | ||
| @@ -1167,6 +1165,12 @@ div#article-parent { | @@ -1167,6 +1165,12 @@ div#article-parent { | ||
| 1167 | overflow: hidden; | 1165 | overflow: hidden; |
| 1168 | } | 1166 | } |
| 1169 | 1167 | ||
| 1168 | +.action-home-index #wrap-2 .block-outer div.display-content-block .published-at { | ||
| 1169 | + display: inline-block; | ||
| 1170 | + width: 390px; | ||
| 1171 | +} | ||
| 1172 | + | ||
| 1173 | + | ||
| 1170 | .action-home-index #wrap-2 .block-outer div.display-content-block .title { | 1174 | .action-home-index #wrap-2 .block-outer div.display-content-block .title { |
| 1171 | display: inline-block; | 1175 | display: inline-block; |
| 1172 | font-size: 120%; | 1176 | font-size: 120%; |
| @@ -1191,8 +1195,8 @@ div#article-parent { | @@ -1191,8 +1195,8 @@ div#article-parent { | ||
| 1191 | overflow: hidden; | 1195 | overflow: hidden; |
| 1192 | } | 1196 | } |
| 1193 | 1197 | ||
| 1194 | -.action-home-index #wrap-2 .block-outer div.display-content-block .lead p{ | ||
| 1195 | - font-size: 92%; | 1198 | +.action-home-index #wrap-2 .block-outer div.display-content-block .lead p { |
| 1199 | + /*font-size: 92%;*/ | ||
| 1196 | line-height: 1.5em; | 1200 | line-height: 1.5em; |
| 1197 | word-wrap: break-word; | 1201 | word-wrap: break-word; |
| 1198 | } | 1202 | } |
| @@ -1226,7 +1230,7 @@ div#article-parent { | @@ -1226,7 +1230,7 @@ div#article-parent { | ||
| 1226 | margin-left: 0; | 1230 | margin-left: 0; |
| 1227 | margin-right: 25px; | 1231 | margin-right: 25px; |
| 1228 | width: 275px !important; | 1232 | width: 275px !important; |
| 1229 | - max-height: 350px; | 1233 | + max-height: 400px; |
| 1230 | } | 1234 | } |
| 1231 | 1235 | ||
| 1232 | .action-home-index #wrap-2 .block-outer .container-block .container-block div.display-content-block ul li { | 1236 | .action-home-index #wrap-2 .block-outer .container-block .container-block div.display-content-block ul li { |
| @@ -1266,10 +1270,14 @@ div#article-parent { | @@ -1266,10 +1270,14 @@ div#article-parent { | ||
| 1266 | padding: 0; | 1270 | padding: 0; |
| 1267 | } | 1271 | } |
| 1268 | 1272 | ||
| 1273 | +.action-home-index #wrap-2 .block-outer .container-block .container-block div.display-content-block .published-at { | ||
| 1274 | + width: auto; | ||
| 1275 | +} | ||
| 1276 | + | ||
| 1269 | .action-home-index #wrap-2 .block-outer .container-block .container-block div.display-content-block .lead { | 1277 | .action-home-index #wrap-2 .block-outer .container-block .container-block div.display-content-block .lead { |
| 1270 | display: inline-block; | 1278 | display: inline-block; |
| 1271 | width: auto; | 1279 | width: auto; |
| 1272 | - height: 110px; | 1280 | + height: 125px; |
| 1273 | overflow: hidden; | 1281 | overflow: hidden; |
| 1274 | } | 1282 | } |
| 1275 | 1283 |