Added Radio Page link
This commit is contained in:
parent
0b5b2329ed
commit
f4ff00355d
|
@ -36,6 +36,13 @@ $pages = array(
|
|||
'action' => 'index',
|
||||
'resource' => 'schedule'
|
||||
),
|
||||
array(
|
||||
'label' => _('Radio Page'),
|
||||
'uri' => '/',
|
||||
'resource' => '',
|
||||
'pages' => array(
|
||||
)
|
||||
),
|
||||
array(
|
||||
'label' => _('System'),
|
||||
'uri' => '#',
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue