Added Radio Page link
This commit is contained in:
parent
0b5b2329ed
commit
f4ff00355d
|
@ -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' => '#',
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue