Commit 38259d5608754434f6a85edcd1bd2e3b7cb68d0c

Authored by Valessio Brito
1 parent df6b3000

Style recent content block

Showing 1 changed file with 19 additions and 14 deletions   Show diff stats
@@ -194,7 +194,7 @@ background-size: 100% 100%; @@ -194,7 +194,7 @@ background-size: 100% 100%;
194 194
195 #content .main-block h4 { 195 #content .main-block h4 {
196 font-size: 1.3em; 196 font-size: 1.3em;
197 - min-height: 48px; 197 + min-height: 38px;
198 } 198 }
199 199
200 div#article-parent { 200 div#article-parent {
@@ -298,31 +298,30 @@ div#article-parent { @@ -298,31 +298,30 @@ div#article-parent {
298 298
299 /* Editorial Area */ 299 /* Editorial Area */
300 300
301 -#content .box-1 .news-area {  
302 - width: 32%;  
303 - margin-right: 10px; 301 +#content .box-1 .recent-content-block {
  302 + width: 250px;
  303 + display: block;
  304 + float: left;
304 } 305 }
305 306
306 #content .box-1 a { 307 #content .box-1 a {
307 text-decoration: none; 308 text-decoration: none;
308 } 309 }
309 310
310 -#content .box-1 .news-area h3 { 311 +#content .box-1 .recent-content-block h3 {
311 background: #DFDFDF; 312 background: #DFDFDF;
312 text-decoration: none; 313 text-decoration: none;
313 - line-height: 40px;  
314 - height: 40px;  
315 - min-height: 40px;  
316 - border-top: 8px solid #545454; 314 + line-height: 30px;
  315 + height: 25px;
  316 + border-top: 5px solid #545454;
317 padding-left: 10px; 317 padding-left: 10px;
318 text-transform: uppercase; 318 text-transform: uppercase;
319 font-weight: normal; 319 font-weight: normal;
320 font-size: 20px; 320 font-size: 20px;
321 } 321 }
322 322
323 -#content .box-1 .news-area a.news-see-more { 323 +#content .box-1 .recent-content-block .block-footer-content a {
324 position: relative; 324 position: relative;
325 - border-top: 3px solid #545454;  
326 background-color: #DFDFDF; 325 background-color: #DFDFDF;
327 width: auto; 326 width: auto;
328 display: block; 327 display: block;
@@ -330,7 +329,7 @@ div#article-parent { @@ -330,7 +329,7 @@ div#article-parent {
330 padding: 5px 15px; 329 padding: 5px 15px;
331 } 330 }
332 331
333 -#content .box-1 .news-area ul { 332 +#content .box-1 .recent-content-block ul {
334 background: #FFF; 333 background: #FFF;
335 border: none; 334 border: none;
336 background-image: none; 335 background-image: none;
@@ -507,7 +506,9 @@ div#article-parent { @@ -507,7 +506,9 @@ div#article-parent {
507 font-size: 12px; 506 font-size: 12px;
508 margin-top: -5px; 507 margin-top: -5px;
509 margin-right: -5px; 508 margin-right: -5px;
510 - width: 70px; 509 + width: auto;
  510 + padding-right: 5px;
  511 + padding-left: 5px;
511 background: #bbb; 512 background: #bbb;
512 text-align: center; 513 text-align: center;
513 float: right; 514 float: right;
@@ -538,6 +539,10 @@ div#article-parent { @@ -538,6 +539,10 @@ div#article-parent {
538 border-radius: 25px; 539 border-radius: 25px;
539 } 540 }
540 541
  542 +#agenda .agenda-calendar .selected a {
  543 + background: none;
  544 +}
  545 +
541 #agenda .loading { 546 #agenda .loading {
542 background-position: center 100px; 547 background-position: center 100px;
543 } 548 }
@@ -561,7 +566,7 @@ div#article-parent { @@ -561,7 +566,7 @@ div#article-parent {
561 } 566 }
562 567
563 #agenda #events-of-the-day { 568 #agenda #events-of-the-day {
564 - position: relative; 569 + position: relative;
565 } 570 }
566 571
567 #agenda #events-of-the-day #agenda-items { 572 #agenda #events-of-the-day #agenda-items {