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/gallery/views/permissions_browse.html.php | |
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/gallery/views/permissions_browse.html.php')
-rw-r--r-- | modules/gallery/views/permissions_browse.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/permissions_browse.html.php b/modules/gallery/views/permissions_browse.html.php index 540f2735..e432f56b 100644 --- a/modules/gallery/views/permissions_browse.html.php +++ b/modules/gallery/views/permissions_browse.html.php @@ -26,7 +26,7 @@ </script> <div id="g-permissions"> <? if (!$htaccess_works): ?> - <ul id="g-action-status"> + <ul id="g-action-status" class="g-message-block"> <li class="g-error"> <?= t("Oh no! Your server needs a configuration change in order for you to hide photos! Ask your server administrator to enable <a %mod_rewrite_attrs>mod_rewrite</a> and set <a %apache_attrs><i>AllowOverride FileInfo Options</i></a> to fix this.", array("mod_rewrite_attrs" => html::mark_clean('href="http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html" target="_blank"'), |