mirror of
https://github.com/e107inc/e107.git
synced 2025-08-15 02:57:15 +02:00
Avoid possible theme conflict in uiAlert css.
This commit is contained in:
@@ -802,7 +802,7 @@ if ($e107_popup != 1) {
|
||||
|
||||
if(deftrue('BOOTSTRAP'))
|
||||
{
|
||||
echo "<div id='uiAlert' class='notifications center'></div>"; // Popup Alert Message holder. @see http://nijikokun.github.io/bootstrap-notify/
|
||||
echo "<div id='uiAlert' class='notifications'></div>"; // Popup Alert Message holder. @see http://nijikokun.github.io/bootstrap-notify/
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user