Added Radio Page link

This commit is contained in:
Albert Santoni 2015-06-12 17:21:46 -04:00
parent 0b5b2329ed
commit f4ff00355d
2 changed files with 8 additions and 1 deletions

View File

@ -36,6 +36,13 @@ $pages = array(
'action' => 'index', 'action' => 'index',
'resource' => 'schedule' 'resource' => 'schedule'
), ),
array(
'label' => _('Radio Page'),
'uri' => '/',
'resource' => '',
'pages' => array(
)
),
array( array(
'label' => _('System'), 'label' => _('System'),
'uri' => '#', 'uri' => '#',

View File

@ -332,7 +332,7 @@ select {
width: 40%; width: 40%;
} }
} }
@media screen and (max-width: 863px) { @media screen and (max-width: 1100px) {
#nav { #nav {
height: inherit; height: inherit;
overflow-y: visible; overflow-y: visible;