From c459482692d816987f5a48ba022b611eef8355be Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Thu, 15 Oct 2009 23:25:55 -0600 Subject: Remove g-toolbar, it serves no purpose for styling or JS. --- themes/wind/views/sidebar.html.php | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'themes/wind') diff --git a/themes/wind/views/sidebar.html.php b/themes/wind/views/sidebar.html.php index c49a7b51..f0f29290 100644 --- a/themes/wind/views/sidebar.html.php +++ b/themes/wind/views/sidebar.html.php @@ -1,17 +1,15 @@ sidebar_top() ?> -
-
- - album_menu() ?> - - photo_menu() ?> - - movie_menu() ?> - - tag_menu() ?> - -
+
+ + album_menu() ?> + + photo_menu() ?> + + movie_menu() ?> + + tag_menu() ?> +
sidebar_blocks() ?> -- cgit v1.2.3 From b52b2005206928110120bb2ecfbc868abe979040 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Thu, 15 Oct 2009 23:38:39 -0600 Subject: Restored g-buttonset class to the view menu, for now. --- themes/wind/views/sidebar.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/wind') diff --git a/themes/wind/views/sidebar.html.php b/themes/wind/views/sidebar.html.php index f0f29290..151c6365 100644 --- a/themes/wind/views/sidebar.html.php +++ b/themes/wind/views/sidebar.html.php @@ -1,6 +1,6 @@ sidebar_top() ?> -
+
album_menu() ?> -- cgit v1.2.3 From c876ec1f500c605f58c7e70c4d0a3c6f8787df71 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Fri, 16 Oct 2009 00:00:52 -0600 Subject: Apply g-short-form directly to short forms rather than via JS. Comment updates in ui.init.js. --- modules/search/views/search.html.php | 2 +- modules/search/views/search_link.html.php | 2 +- modules/tag/helpers/tag.php | 2 +- themes/wind/js/ui.init.js | 22 ++++------------------ 4 files changed, 7 insertions(+), 21 deletions(-) (limited to 'themes/wind') diff --git a/modules/search/views/search.html.php b/modules/search/views/search.html.php index f243ed87..ac9f3c92 100644 --- a/modules/search/views/search.html.php +++ b/modules/search/views/search.html.php @@ -1,6 +1,6 @@ -
" id="g-search-form"> +" id="g-search-form" class="g-short-form">
diff --git a/modules/search/views/search_link.html.php b/modules/search/views/search_link.html.php index d0b93bba..481d0c82 100644 --- a/modules/search/views/search_link.html.php +++ b/modules/search/views/search_link.html.php @@ -1,5 +1,5 @@ -" id="g-quick-search-form"> +" id="g-quick-search-form" class="g-short-form">