[Git][noosfero/noosfero][master] 2 commits: Improving UI

Rodrigo Souto gitlab at mg.gitlab.com
Wed May 16 15:29:31 BRT 2018


Rodrigo Souto pushed to branch master at Noosfero / noosfero


Commits:
66344137 by Daniel Teles at 2018-05-16T18:29:15Z
Improving UI

- - - - -
4fff9858 by Rodrigo Souto at 2018-05-16T18:29:15Z
Merge branch 'issues-312-315-316' into 'master'

Improving UI

See merge request noosfero/noosfero!1480
- - - - -


3 changed files:

- app/models/person.rb
- public/stylesheets/blocks/communities.scss
- public/stylesheets/profile-list.scss


Changes:

=====================================
app/models/person.rb
=====================================
--- a/app/models/person.rb
+++ b/app/models/person.rb
@@ -406,7 +406,6 @@ class Person < Profile
   def default_set_of_blocks
     return angular_theme_default_set_of_blocks if Theme.angular_theme?(environment.theme)
     links = [
-      { name: _('Profile'),       address: '/profile/{profile}',        icon: 'menu-people' },
       { name: _('Image gallery'), address: '/{profile}/gallery',        icon: 'photos'      },
       { name: _('Agenda'),        address: '/profile/{profile}/events', icon: 'event'       },
       { name: _('Blog'),          address: '/{profile}/blog',           icon: 'blog'        }


=====================================
public/stylesheets/blocks/communities.scss
=====================================
--- a/public/stylesheets/blocks/communities.scss
+++ b/public/stylesheets/blocks/communities.scss
@@ -13,3 +13,7 @@
 .msie7 #content .communities-block .vcard .menu-submenu-trigger {
   height: 20px;
 }
+
+.communities-block {
+  display: inline-block;
+}


=====================================
public/stylesheets/profile-list.scss
=====================================
--- a/public/stylesheets/profile-list.scss
+++ b/public/stylesheets/profile-list.scss
@@ -231,6 +231,10 @@
   text-decoration: none;
 }
 
+.common-profile-list-block {
+  display: inline-block;
+}
+
 .common-profile-list-block .profiles-suggestions .profile-list li {
   width: 100%;
   max-width: 100%;



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/8e153040741058d5df8425ce16325c0d0acb1ae2...4fff98586c3936442849b55418e132c965fa8589

-- 
View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/8e153040741058d5df8425ce16325c0d0acb1ae2...4fff98586c3936442849b55418e132c965fa8589
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20180516/9d278019/attachment-0001.html>


More information about the Noosfero-dev mailing list