From 47a88afca1dd0661ba032b3321d18f73a3f0f6d0 Mon Sep 17 00:00:00 2001 From: Álvaro Fernando Date: Tue, 10 Nov 2015 14:00:27 -0200 Subject: [PATCH] Fixes of sprint 40 --- src/noosfero-spb/noosfero-spb-theme/css/notifications.css | 7 ++++--- src/noosfero-spb/noosfero-spb-theme/css/search-pages.css | 4 ++++ src/noosfero-spb/noosfero-spb-theme/css/software-pages.css | 19 +++++++++---------- src/noosfero-spb/noosfero-spb-theme/images/history-mini_icon.png | Bin 0 -> 476 bytes src/noosfero-spb/noosfero-spb-theme/theme.js | 5 +++++ 5 files changed, 22 insertions(+), 13 deletions(-) create mode 100644 src/noosfero-spb/noosfero-spb-theme/images/history-mini_icon.png diff --git a/src/noosfero-spb/noosfero-spb-theme/css/notifications.css b/src/noosfero-spb/noosfero-spb-theme/css/notifications.css index 2a98cf5..fafd719 100644 --- a/src/noosfero-spb/noosfero-spb-theme/css/notifications.css +++ b/src/noosfero-spb/noosfero-spb-theme/css/notifications.css @@ -51,13 +51,14 @@ color: #8a6d3b; } -.environment-notification-plugin-notification-bar .warningnotification p a, -.environment-notification-plugin-notification-notification-modal .warningnotification p a{ +#content .environment-notification-plugin-notification-bar .warningnotification p a, +#content .environment-notification-plugin-notification-bar .warningnotification p a:visited, +#content .environment-notification-plugin-notification-notification-modal .warningnotification p a +#content .environment-notification-plugin-notification-notification-modal .warningnotification p a:visited{ font-weight: bold; color: #8a6d3b; } - .environment-notification-plugin-notification-bar .informationnotification, .environment-notification-plugin-notification-notification-modal .informationnotification{ background: #d9edf7; diff --git a/src/noosfero-spb/noosfero-spb-theme/css/search-pages.css b/src/noosfero-spb/noosfero-spb-theme/css/search-pages.css index be3e163..689cc95 100644 --- a/src/noosfero-spb/noosfero-spb-theme/css/search-pages.css +++ b/src/noosfero-spb/noosfero-spb-theme/css/search-pages.css @@ -133,3 +133,7 @@ background: none; border: 1px solid #ccc; } + +.search-software-item .search-software-content-block .search-content-result a { + color: #172738 !important; +} diff --git a/src/noosfero-spb/noosfero-spb-theme/css/software-pages.css b/src/noosfero-spb/noosfero-spb-theme/css/software-pages.css index 91dd1c2..76c3831 100644 --- a/src/noosfero-spb/noosfero-spb-theme/css/software-pages.css +++ b/src/noosfero-spb/noosfero-spb-theme/css/software-pages.css @@ -89,14 +89,15 @@ display: block; } -#content .download-block .download-button #download-size { - border: 1px solid #1a397d; - border-radius: 0px 0px 8px 8px; - background-color: #1a397d; - color: #ffffff; - font-size: 12px; +#content .download-block .download-button .download-size { text-align: center; - display: none; + display: block; + background: rgb(0, 40, 140) none repeat scroll 0% 0%; + color: rgb(255, 255, 255); + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; + margin-top: -15px; + line-height: 20px; } #content .download-block .download-info { @@ -208,9 +209,7 @@ } #content .box-1 .categories-and-tags-block .category_cloud{ - display: inline-flex; margin: 13px 0 10px 0; - max-width: 87%; } #content .box-1 .categories-and-tags-block .category_cloud a{ @@ -590,7 +589,7 @@ padding: 45px 40px 4px 10px; border: 1px solid #2C66CE; border-radius: 4px; - background: #2C66CE url("../images/download-mini_icon.png") center center no-repeat; + background: #2C66CE url("../images/history-mini_icon.png") center center no-repeat; display: block; float: left; } diff --git a/src/noosfero-spb/noosfero-spb-theme/images/history-mini_icon.png b/src/noosfero-spb/noosfero-spb-theme/images/history-mini_icon.png new file mode 100644 index 0000000..4d4d357 Binary files /dev/null and b/src/noosfero-spb/noosfero-spb-theme/images/history-mini_icon.png differ diff --git a/src/noosfero-spb/noosfero-spb-theme/theme.js b/src/noosfero-spb/noosfero-spb-theme/theme.js index 0b58260..fb61d81 100644 --- a/src/noosfero-spb/noosfero-spb-theme/theme.js +++ b/src/noosfero-spb/noosfero-spb-theme/theme.js @@ -268,10 +268,15 @@ $('#link-buscar').click(function(e) { } } + function move_breadcrumbs() { + $('.breadcrumbs-plugin_content-breadcrumbs-block').prependTo('#wrap-2'); + } + $(document).ready(function(){ add_tooltips(); add_popovers(); move_article_buttons(); + move_breadcrumbs(); insert_notice_div(); set_uploaded_files_names(); set_tooltip_content(); -- libgit2 0.21.2