summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/admin_default/views/block.html.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/admin_default/views/block.html.php b/themes/admin_default/views/block.html.php
index 0ab13b2e..332e440b 100644
--- a/themes/admin_default/views/block.html.php
+++ b/themes/admin_default/views/block.html.php
@@ -1,9 +1,9 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
-<div block_id="<?= $id ?>" id="<?= $css_id ?>" class="gBlock ui-widget-dialog">
- <div class="ui-dialog-titlebar ui-widget-header">
+<div block_id="<?= $id ?>" id="<?= $css_id ?>" class="gBlock ui-widget">
+ <div class="ui-dialog-titlebar ui-widget-header ui-helper-clearfix ui-icon-right">
<? if ($css_id != "gBlockAdder"): ?>
<a href="<?= url::site("admin/dashboard/remove_block/$id?csrf=" . access::csrf_token()) ?>"
- class="ui-dialog-titlebar-close">
+ class="ui-dialog-titlebar-close ui-corner-all">
<span class="ui-icon ui-icon-closethick">remove</span>
</a>
<? endif ?>