Commit a0071fb72f22d534ecd4b932813bb26d316e489d

Authored by Larissa Reis
2 parents 16fea390 2264e321

Merge branch 'stoa' of gitlab.com:colivre/noosfero into feedback

public/designs/themes/base/style.css
... ... @@ -1278,20 +1278,6 @@ hr.pre-posts, hr.sep-posts {
1278 1278  
1279 1279 /******** controller-friends action-friends-index ********/
1280 1280  
1281   -.action-friends-index .profile-list li,
1282   -.common-profile-list-block .vcard {
1283   - border: 1px solid transparent;
1284   -}
1285   -
1286   -.action-friends-index .profile-list li:hover,
1287   -.common-profile-list-block .vcard:hover {
1288   - border: 1px solid #CCC;
1289   - -moz-border-radius: 5px;
1290   - -webkit-border-radius: 5px;
1291   - background: #EEE;
1292   - text-decoration: none;
1293   -}
1294   -
1295 1281 .common-profile-list-block .vcard a,
1296 1282 .common-profile-list-block .vcard a:hover {
1297 1283 background: transparent;
... ...
public/stylesheets/application.css
... ... @@ -4130,12 +4130,6 @@ h1#agenda-title {
4130 4130 -webkit-border-radius: 5px;
4131 4131 }
4132 4132  
4133   -.list-profile-connections .profile-list li:hover,
4134   -.profiles-suggestions .profile-list li:hover {
4135   - border: 1px solid #ccc;
4136   - background: #eee;
4137   -}
4138   -
4139 4133 .box-1 .profiles-suggestions .profile-list li {
4140 4134 width: 100px;
4141 4135 max-width: 100px;
... ...