From f869a5515115313f8b2c643566116db76aae9d13 Mon Sep 17 00:00:00 2001 From: JoenioCosta Date: Mon, 7 Jul 2008 19:31:07 +0000 Subject: [PATCH] ActionItem539: added background color to controlpanel --- app/views/profile_editor/index.rhtml | 4 ++++ public/designs/themes/ecosol/stylesheets/controller_profile_editor.css | 10 ++++++++++ public/designs/themes/zen3/stylesheets/controller_profile_editor.css | 7 ++++++- public/stylesheets/controller_profile_editor.css | 11 ++++++----- 4 files changed, 26 insertions(+), 6 deletions(-) diff --git a/app/views/profile_editor/index.rhtml b/app/views/profile_editor/index.rhtml index 61eae03..8d93530 100644 --- a/app/views/profile_editor/index.rhtml +++ b/app/views/profile_editor/index.rhtml @@ -4,6 +4,8 @@ <%= render :partial => 'pending_tasks' %> +
+ <% file_manager do %> <%= file_manager_button(_('Edit Profile'), 'icons-app/edit-profile.png', :controller => 'profile_editor', :action => 'edit') %> @@ -56,4 +58,6 @@ <% end %> +
+ diff --git a/public/designs/themes/ecosol/stylesheets/controller_profile_editor.css b/public/designs/themes/ecosol/stylesheets/controller_profile_editor.css index 36acfca..c494221 100644 --- a/public/designs/themes/ecosol/stylesheets/controller_profile_editor.css +++ b/public/designs/themes/ecosol/stylesheets/controller_profile_editor.css @@ -21,3 +21,13 @@ background: #B8CFE7; } +div.file-manager +div.file-manager-button a:hover { + color: #006; + border-color: #2A5896; + background-color: #CFDFF7; +} + +div#profile-editor-index div.control-panel { + background: #B8CFE7; +} diff --git a/public/designs/themes/zen3/stylesheets/controller_profile_editor.css b/public/designs/themes/zen3/stylesheets/controller_profile_editor.css index 0155d66..8b5c3cc 100644 --- a/public/designs/themes/zen3/stylesheets/controller_profile_editor.css +++ b/public/designs/themes/zen3/stylesheets/controller_profile_editor.css @@ -1,4 +1,3 @@ - .categorie_box { -moz-border-radius: 4px; border: 1px solid #F57900; @@ -26,7 +25,13 @@ ul.categories li.cat_checked { border-bottom: 1px solid #CE5C00; } +div.file-manager div.file-manager-button a:hover { background: #FCAF3E !important; color: #000 !important; + border-color: #CE5C00; +} + +div#profile-editor-index div.control-panel { + background: #FFE890; } diff --git a/public/stylesheets/controller_profile_editor.css b/public/stylesheets/controller_profile_editor.css index 25226ab..4815af9 100644 --- a/public/stylesheets/controller_profile_editor.css +++ b/public/stylesheets/controller_profile_editor.css @@ -47,20 +47,21 @@ div.file-manager-button a img { div.file-manager div.file-manager-button a { - border: 1px solid #e0e0e0; + border: 2px solid transparent; display: block; padding: 3px; height: 90px; overflow: hidden; - background: white; font-size: 90%; text-decoration: none; } div.file-manager div.file-manager-button a:hover { - border: 1px solid #006; - background: #acf; - color: #006; + -moz-border-radius: 15px; } +div#profile-editor-index div.control-panel { + padding: 10px; + -moz-border-radius: 15px; +} -- libgit2 0.21.2