diff options
-rw-r--r-- | modules/gallery/views/admin_graphics.html.php | 1 | ||||
-rw-r--r-- | themes/admin_wind/css/screen.css | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_graphics.html.php b/modules/gallery/views/admin_graphics.html.php index f64c7f80..f4c300ae 100644 --- a/modules/gallery/views/admin_graphics.html.php +++ b/modules/gallery/views/admin_graphics.html.php @@ -1,6 +1,7 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <script type="text/javascript"> $(document).ready(function() { + $(".gAvailable .gBlock").equal_heights(); select_toolkit = function(el) { if (!$(this).hasClass("gUnavailable")) { window.location = <?= html::js_string(url::site("admin/graphics/choose/__TK__?csrf=$csrf")) ?> diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index 8b45278a..3aee0719 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -587,7 +587,6 @@ tr.gWarning { #gAdminGraphics .gAvailable .gBlock { clear: none; float: left; - height: 17em; margin-right: 1em; width: 30%; } |