diff options
Diffstat (limited to 'modules/toolbar')
-rw-r--r-- | modules/toolbar/toolbar.css | 2 | ||||
-rw-r--r-- | modules/toolbar/toolbar.install | 2 | ||||
-rw-r--r-- | modules/toolbar/toolbar.module | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/modules/toolbar/toolbar.css b/modules/toolbar/toolbar.css index da69570b9..c20fcd545 100644 --- a/modules/toolbar/toolbar.css +++ b/modules/toolbar/toolbar.css @@ -41,7 +41,7 @@ div#toolbar { div#toolbar .collapsed { display: none; -} +} div#toolbar div.shadow { position: absolute; diff --git a/modules/toolbar/toolbar.install b/modules/toolbar/toolbar.install index d0de14381..3dcc4f5e7 100644 --- a/modules/toolbar/toolbar.install +++ b/modules/toolbar/toolbar.install @@ -10,7 +10,7 @@ * Implementation of hook_install(). * * @todo - * Implement role based shortcut bars. + * Implement role based shortcut bars. */ function toolbar_install() { $t = get_t(); diff --git a/modules/toolbar/toolbar.module b/modules/toolbar/toolbar.module index 55f89df12..0c050c8a1 100644 --- a/modules/toolbar/toolbar.module +++ b/modules/toolbar/toolbar.module @@ -32,7 +32,7 @@ function toolbar_theme($existing, $type, $theme, $path) { /** * Implement hook_page_build(). - * + * * Add admin toolbar to the page_top region automatically. */ function toolbar_page_build(&$page) { @@ -180,7 +180,7 @@ function toolbar_menu_navigation_links($tree) { /** * Checks whether an item is in the active trail. * - * Useful when using a menu generated by menu_tree_all_data() which does + * Useful when using a menu generated by menu_tree_all_data() which does * not set the 'in_active_trail' flag on items. * * @todo |