diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-01-30 07:59:26 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-01-30 07:59:26 +0000 |
commit | ea51c3215bc3defc45e87619f7b2232f85895fef (patch) | |
tree | dcef9202a1fec6385914c4ee48b13e80c25f3ce2 /modules/toolbar | |
parent | 1e8da1f9ae32ccd1c6d19e24215e1cb293e97bbf (diff) | |
download | brdo-ea51c3215bc3defc45e87619f7b2232f85895fef.tar.gz brdo-ea51c3215bc3defc45e87619f7b2232f85895fef.tar.bz2 |
- Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines at end of files.
Diffstat (limited to 'modules/toolbar')
-rw-r--r-- | modules/toolbar/toolbar.css | 2 | ||||
-rw-r--r-- | modules/toolbar/toolbar.module | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/modules/toolbar/toolbar.css b/modules/toolbar/toolbar.css index 423c94b55..e7c30336b 100644 --- a/modules/toolbar/toolbar.css +++ b/modules/toolbar/toolbar.css @@ -86,7 +86,7 @@ body.toolbar-drawer { #toolbar-user { float: right; } - + #toolbar-menu { float: left; } diff --git a/modules/toolbar/toolbar.module b/modules/toolbar/toolbar.module index c8f28ed9e..228ae8173 100644 --- a/modules/toolbar/toolbar.module +++ b/modules/toolbar/toolbar.module @@ -78,7 +78,7 @@ function toolbar_toggle_page() { /** * Formats an element used to toggle the toolbar drawer's visibility. - * + * * @param $variables * An associative array containing: * - collapsed: A boolean value representing the toolbar drawer's visibility. @@ -102,7 +102,7 @@ function theme_toolbar_toggle($variables) { /** * Determines the current state of the toolbar drawer's visibility. - * + * * @return * TRUE when drawer is collapsed, FALSE when it is expanded. */ @@ -225,7 +225,7 @@ function toolbar_view() { '#links' => $links, '#attributes' => array('id' => 'toolbar-user'), ); - + // Add a "home" link. $link = array( 'home' => array( @@ -275,7 +275,7 @@ function toolbar_get_menu_tree() { $admin_link = array_pop($tree); $tree = $admin_link['below'] ? $admin_link['below'] : array(); } - + return $tree; } |