diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-07 00:21:23 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-07 00:21:23 -0600 |
commit | 859f8dc558555cee4c106099c1a44aa6866aaa0f (patch) | |
tree | 169302fd8f16b791584ca2f35497aed4d653e014 /modules/g2_import/views | |
parent | 0c7e4581c9f89aa462d951fae46f137f5a3566c0 (diff) |
Consolidated the rest of the base message styles into lib/gallery.common.css and applied updates to views. Moved over draggable/droppable styles. Use g-target consistently for drag/drop interactions. Minor re-ordering of selectors in gallery.common.css. Updates to css comments.
Diffstat (limited to 'modules/g2_import/views')
-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 51a1e245..fd8ae63c 100644 --- a/modules/g2_import/views/admin_g2_import.html.php +++ b/modules/g2_import/views/admin_g2_import.html.php @@ -30,7 +30,7 @@ <? if (g2_import::is_initialized()): ?> <div id="g-admin-g2-import-details"> <h2> <?= t("Import") ?> </h2> - <ul id="g-action-status"> + <ul id="g-action-status" class="g-message-block"> <li class="g-success"> <?= t("Gallery version %version detected", array("version" => g2_import::version())) ?> </li> |