From e47882fd2919f1971479bc9c31436f5bf7085240 Mon Sep 17 00:00:00 2001 From: AurelioAHeckert Date: Thu, 19 Jun 2008 23:28:33 +0000 Subject: [PATCH] ActionItem413: more code adaptetion for a better user experience --- app/views/account/login.rhtml | 4 +++- app/views/layouts/application.rhtml | 5 ++++- app/views/search/_display_results.rhtml | 2 +- app/views/shared/categories_menu.rhtml | 2 +- public/designs/icons/default/style.css | 1 + public/designs/templates/default/stylesheets/style.css | 1 - public/designs/themes/ecosol/stylesheets/common.css | 4 ++++ public/designs/themes/ecosol/stylesheets/menu.css | 13 +++++-------- public/designs/themes/zen3/stylesheets/blocks/profile-list-block.css | 5 ++++- public/designs/themes/zen3/stylesheets/common.css | 6 +++++- public/designs/themes/zen3/stylesheets/controller_search.css | 2 +- public/designs/themes/zen3/stylesheets/menu.css | 194 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------------------- public/javascripts/auto-open-menu.js | 2 ++ public/javascripts/lightbox.js | 2 +- public/stylesheets/button.css | 6 +----- public/stylesheets/common.css | 2 +- public/stylesheets/controller_search.css | 7 +++++++ public/stylesheets/help.css | 1 + public/stylesheets/menu.css | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------- script/change-theme | 9 ++++++++- 20 files changed, 200 insertions(+), 171 deletions(-) diff --git a/app/views/account/login.rhtml b/app/views/account/login.rhtml index 1a8db48..a851b7c 100644 --- a/app/views/account/login.rhtml +++ b/app/views/account/login.rhtml @@ -11,10 +11,12 @@ :html => { :help => _('If you are a registered user, enter your username and password to be authenticated.')+'

'+_('To join on this environment, click on "I want to be an user!".')+'

'+_('If you forgot your password, click on "I forgot my password!" link.') } do |f| %> <%= f.text_field :login, + :id => ( lightbox? ? 'lightbox_' : '' ) + 'user_login', :help => _('Here goes the nickname that you give on the registration.'), :onchange => 'this.value = convToValidLogin( this.value )' %> <%= f.password_field :password, + :id => ( lightbox? ? 'lightbox_' : '' ) + 'user_password', :help => _('your password is personal, protect it.') %> <% button_bar do %> @@ -36,7 +38,7 @@ <% if lightbox? %> <% end %> diff --git a/app/views/layouts/application.rhtml b/app/views/layouts/application.rhtml index 98e825d..4aa9f59 100644 --- a/app/views/layouts/application.rhtml +++ b/app/views/layouts/application.rhtml @@ -93,6 +93,10 @@