diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-17 15:25:22 -0700 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-17 15:25:22 -0700 |
commit | 42ce291d5836cab44e976fa331a651089331dd2a (patch) | |
tree | f0df994d23e81095c4e9eca5970d151f34931150 | |
parent | 2762987a4378f533ec7d648d062d9b7179eada24 (diff) |
Stop overlap of g2_import messages and info icon in the background. Fixes #765.
-rw-r--r-- | modules/g2_import/views/admin_g2_import.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/g2_import/views/admin_g2_import.html.php b/modules/g2_import/views/admin_g2_import.html.php index b2665a5f..9a5e3f05 100644 --- a/modules/g2_import/views/admin_g2_import.html.php +++ b/modules/g2_import/views/admin_g2_import.html.php @@ -54,7 +54,7 @@ <? endif ?> </ul> - <div class="g-info"> + <div class="g-message-block g-info"> <p> <?= t("Your Gallery 2 has the following importable data in it") ?> </p> |