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',
'resource' => 'schedule'
),
array(
'label' => _('Radio Page'),
'uri' => '/',
'resource' => '',
'pages' => array(
)
),
array(
'label' => _('System'),
'uri' => '#',

View File

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