Commit 38259d5608754434f6a85edcd1bd2e3b7cb68d0c
1 parent
df6b3000
Exists in
master
and in
2 other branches
Style recent content block
Showing
1 changed file
with
19 additions
and
14 deletions
Show diff stats
style.css
... | ... | @@ -194,7 +194,7 @@ background-size: 100% 100%; |
194 | 194 | |
195 | 195 | #content .main-block h4 { |
196 | 196 | font-size: 1.3em; |
197 | - min-height: 48px; | |
197 | + min-height: 38px; | |
198 | 198 | } |
199 | 199 | |
200 | 200 | div#article-parent { |
... | ... | @@ -298,31 +298,30 @@ div#article-parent { |
298 | 298 | |
299 | 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 | 307 | #content .box-1 a { |
307 | 308 | text-decoration: none; |
308 | 309 | } |
309 | 310 | |
310 | -#content .box-1 .news-area h3 { | |
311 | +#content .box-1 .recent-content-block h3 { | |
311 | 312 | background: #DFDFDF; |
312 | 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 | 317 | padding-left: 10px; |
318 | 318 | text-transform: uppercase; |
319 | 319 | font-weight: normal; |
320 | 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 | 324 | position: relative; |
325 | - border-top: 3px solid #545454; | |
326 | 325 | background-color: #DFDFDF; |
327 | 326 | width: auto; |
328 | 327 | display: block; |
... | ... | @@ -330,7 +329,7 @@ div#article-parent { |
330 | 329 | padding: 5px 15px; |
331 | 330 | } |
332 | 331 | |
333 | -#content .box-1 .news-area ul { | |
332 | +#content .box-1 .recent-content-block ul { | |
334 | 333 | background: #FFF; |
335 | 334 | border: none; |
336 | 335 | background-image: none; |
... | ... | @@ -507,7 +506,9 @@ div#article-parent { |
507 | 506 | font-size: 12px; |
508 | 507 | margin-top: -5px; |
509 | 508 | margin-right: -5px; |
510 | - width: 70px; | |
509 | + width: auto; | |
510 | + padding-right: 5px; | |
511 | + padding-left: 5px; | |
511 | 512 | background: #bbb; |
512 | 513 | text-align: center; |
513 | 514 | float: right; |
... | ... | @@ -538,6 +539,10 @@ div#article-parent { |
538 | 539 | border-radius: 25px; |
539 | 540 | } |
540 | 541 | |
542 | +#agenda .agenda-calendar .selected a { | |
543 | + background: none; | |
544 | +} | |
545 | + | |
541 | 546 | #agenda .loading { |
542 | 547 | background-position: center 100px; |
543 | 548 | } |
... | ... | @@ -561,7 +566,7 @@ div#article-parent { |
561 | 566 | } |
562 | 567 | |
563 | 568 | #agenda #events-of-the-day { |
564 | - position: relative; | |
569 | + position: relative; | |
565 | 570 | } |
566 | 571 | |
567 | 572 | #agenda #events-of-the-day #agenda-items { | ... | ... |