mirror of
https://github.com/e107inc/e107.git
synced 2025-08-25 23:36:29 +02:00
AdminUI: Modal option added to adminMenu navigation. Fixed #uiAlert - was not functioning as intended.
This commit is contained in:
@@ -1017,6 +1017,16 @@ li.rssRow > div {
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* uiAlert Styling */
|
||||
|
||||
.notifications{position:fixed;}.notifications.top-right{right:10px;top:25px;}
|
||||
.notifications.top-left{left:10px;top:25px;}
|
||||
.notifications.bottom-left{left:10px;bottom:25px;}
|
||||
.notifications.bottom-right{right:10px;bottom:25px;}
|
||||
.notifications>div{position:relative;z-index:9999;margin:5px 0px;}
|
||||
.notifications.center{top:30%;left:0;width:100%;}.notifications.center>div{margin:5px auto;width:20%;text-align:center;}
|
||||
|
||||
/*
|
||||
|
||||
body { background-color: rgb(68, 68, 68); }
|
||||
|
@@ -331,13 +331,13 @@ $E_ADMIN_MENU['start'] = '
|
||||
|
||||
$E_ADMIN_MENU['button'] = '
|
||||
<li>
|
||||
<a class="link{LINK_CLASS}" href="{LINK_URL}"{ID}{ONCLICK}><i class="icon-chevron-right"></i> {LINK_TEXT}</a>
|
||||
<a class="link{LINK_CLASS}" {LINK_DATA} href="{LINK_URL}"{ID}{ONCLICK}>{LINK_TEXT} </a>
|
||||
{SUB_MENU}
|
||||
</li>
|
||||
';
|
||||
$E_ADMIN_MENU['button_active'] = '
|
||||
<li class="active">
|
||||
<a class="link-active{LINK_CLASS}" href="{LINK_URL}"{ID}{ONCLICK}><i class="icon-chevron-right"></i> {LINK_TEXT}</a>
|
||||
<a class="link-active{LINK_CLASS}" {LINK_DATA} href="{LINK_URL}"{ID}{ONCLICK}>{LINK_TEXT} </a>
|
||||
{SUB_MENU}
|
||||
</li>
|
||||
';
|
||||
|
Reference in New Issue
Block a user