|
|
@@ -1057,7 +1057,7 @@ $group = (isset($group) ? $group : "guest");
|
|
|
<div class="row">
|
|
|
<?php if($tabSetup == "No") : $tabCount = 1; foreach($splash as $row) :
|
|
|
$name = str_replace(array(':', '\\', '/', '*'), 'x', $row['ping_url']);?>
|
|
|
- <div class="col-xs-6 col-md-2 col-lg-2" id="splash-<?php echo strtolower($row['name']);?>">
|
|
|
+ <div class="col-xs-6 col-md-2 col-lg-2 splashContainer" id="splash-<?php echo strtolower($row['name']);?>">
|
|
|
<li style="list-style-type: none; cursor: pointer;" window="<?=$row['window'];?>" class="splash-item content-box small-box ultra-widget gray-bg" name="<?php echo strtolower($row['name']);?>">
|
|
|
<div class="w-content">
|
|
|
<div class="w-icon">
|
|
|
@@ -1083,7 +1083,7 @@ $group = (isset($group) ? $group : "guest");
|
|
|
</div>
|
|
|
<?php $tabCount++; endforeach; endif;?>
|
|
|
<?php if( $USER->authenticated && $USER->role == "admin" ){ ?>
|
|
|
- <div class="col-xs-6 col-md-2 col-lg-2">
|
|
|
+ <div class="col-xs-6 col-md-2 col-lg-2 splashContainer">
|
|
|
<li style="list-style-type: none; cursor: pointer;" class="splash-item content-box small-box ultra-widget gray-bg" data-title="" name="settings">
|
|
|
<div class="w-content">
|
|
|
<div class="w-icon">
|