summaryrefslogtreecommitdiff
path: root/modules/user/views
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-09-30 00:32:52 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-09-30 00:32:52 -0600
commitdaa3a2b43cd6e1458014e763e9640b8db16cc0c1 (patch)
treeafc49034ee5fddafd830a90122bccd4e804e2be1 /modules/user/views
parentfbb6a86f94deba1c2a65e7371be210fe4520351e (diff)
First round of CSS refactor updates. Added calls to gallery.common.css from wind and admin_wind. Replaced basic text align and block float classes. Removed section #2 from both themes screen styles.
Diffstat (limited to 'modules/user/views')
-rw-r--r--modules/user/views/admin_users.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/views/admin_users.html.php b/modules/user/views/admin_users.html.php
index c065e4b1..348747dd 100644
--- a/modules/user/views/admin_users.html.php
+++ b/modules/user/views/admin_users.html.php
@@ -43,7 +43,7 @@
</script>
<div class="gBlock">
<a href="<?= url::site("admin/users/add_user_form") ?>"
- class="gDialogLink gButtonLink right ui-icon-left ui-state-default ui-corner-all"
+ class="gDialogLink gButtonLink g-right ui-icon-left ui-state-default ui-corner-all"
title="<?= t("Create a new user")->for_html_attr() ?>">
<span class="ui-icon ui-icon-circle-plus"></span>
<?= t("Add a new user") ?>