diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-02-06 01:47:42 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-02-06 01:47:42 +0000 |
commit | c1660423133e072ca123d62040bc1a09e642378d (patch) | |
tree | 726963a5ae046c362d1566bc9c663712e18dab73 /core/helpers/core_menu.php | |
parent | 04fe9da19036a657aeeee11f6c3641f98a345323 (diff) |
Apply default link styles to links in dialogs, including the Forgot Password link.
Diffstat (limited to 'core/helpers/core_menu.php')
-rw-r--r-- | core/helpers/core_menu.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/core_menu.php b/core/helpers/core_menu.php index 247fd215..4720a00d 100644 --- a/core/helpers/core_menu.php +++ b/core/helpers/core_menu.php @@ -93,7 +93,7 @@ class core_menu_Core { ->id("fullsize") ->label(t("View full size")) ->url("#") - ->css_id("gFullsizeLink")); + ->css_class("gFullSizeLink")); } $menu ->append(Menu::factory("link") |