mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 04:41:53 +02:00
News Archive Menu added. e-expandit now adds the 'open' css class when expanded.
This commit is contained in:
@@ -539,6 +539,32 @@ img.news-image-1 { margin-bottom:15px }
|
||||
.btn-sm { font-size: 0.8em }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
ul.news-archive-menu li { list-style:none; }
|
||||
ul.news-archive-menu li a:hover,
|
||||
ul.news-archive-menu li a:active,
|
||||
ul.news-archive-menu li a:focus { text-decoration:none }
|
||||
|
||||
ul.news-archive-menu li a:before { content: '► '}
|
||||
ul.news-archive-menu li a.e-expandit.open:before { content: '▼ '}
|
||||
ul.news-archive-menu-months li a.e-expandit.open:before { content: '▼ '}
|
||||
ul.news-archive-menu-items li a:before { content: '' }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* Extra small devices Phones (<768px) .col-xs */
|
||||
@media all and (max-width: 767px) {
|
||||
|
||||
|
Reference in New Issue
Block a user