Commit 6ac32ae0ae1899792818d5c07a0b608ca1ad80c1

Authored by Victor Costa
2 parents 60d453b6 e0fbdb34

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 258 #portal-siteactions li a {
259 259 padding: 4px 0px;
260 260 }
261   -
262 261 #siteaction-accessibility,
263 262 #siteaction-contraste {
264 263 margin: 0px 15px 0px 0px;
265 264 }
266   -
267 265 /* */
268 266 /* */
269 267 a.link-parent {
... ... @@ -1154,7 +1152,7 @@ div#article-parent {
1154 1152 left: 50%;
1155 1153 margin-left: -480px;
1156 1154 width: 960px;
1157   - max-height: 300px;
  1155 + max-height: 320px;
1158 1156 overflow: hidden;
1159 1157 }
1160 1158  
... ... @@ -1167,6 +1165,12 @@ div#article-parent {
1167 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 1174 .action-home-index #wrap-2 .block-outer div.display-content-block .title {
1171 1175 display: inline-block;
1172 1176 font-size: 120%;
... ... @@ -1191,8 +1195,8 @@ div#article-parent {
1191 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 1200 line-height: 1.5em;
1197 1201 word-wrap: break-word;
1198 1202 }
... ... @@ -1226,7 +1230,7 @@ div#article-parent {
1226 1230 margin-left: 0;
1227 1231 margin-right: 25px;
1228 1232 width: 275px !important;
1229   - max-height: 350px;
  1233 + max-height: 400px;
1230 1234 }
1231 1235  
1232 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 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 1277 .action-home-index #wrap-2 .block-outer .container-block .container-block div.display-content-block .lead {
1270 1278 display: inline-block;
1271 1279 width: auto;
1272   - height: 110px;
  1280 + height: 125px;
1273 1281 overflow: hidden;
1274 1282 }
1275 1283  
... ...