Skip to content

Commit

Permalink
Dev: Adjustment of table and topbar margin in dashboard view
Browse files Browse the repository at this point in the history
  • Loading branch information
thedirtypanda committed Jul 14, 2021
1 parent d5a72da commit bdba2d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/views/homepageSettings/index.php
Expand Up @@ -16,7 +16,7 @@
strOK='<?php eT('OK','js');?>';
</script>

<div class="col-lg-12 list-surveys" style="margin-top: 10px;">
<div class="col-lg-12 list-surveys" style="margin-top: 20px;">

<div class="row">

Expand All @@ -40,8 +40,8 @@
array(
'dataProvider' => $dataProviderBox,
'htmlOptions'=>array('style'=>'cursor: pointer;', 'class'=>'hoverAction'),
'summaryText'=>gT('Displaying {start}-{end} of {count} result(s).'),
'columns' => array(
'summaryText'=>gT('Displaying {start}-{end} of {count} result(s).'),
'columns' => array(
array(
'header' => gT('Position'),
'name' => 'position',
Expand Down

0 comments on commit bdba2d2

Please sign in to comment.