Commit 58e58d38088d6c51510b5d32df71e14611876716
1 parent
b1c75feb
Exists in
federation_followers_backend
Adds followed_people controller to theme
Signed-off-by: Artur Bersan de Faria <artur_bersan@hotmail.com> Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
public/stylesheets/profile-list.scss
... | ... | @@ -23,6 +23,7 @@ |
23 | 23 | } |
24 | 24 | .controller-favorite_enterprises .profile-list a.profile-link, |
25 | 25 | .controller-friends .profile-list a.profile-link, |
26 | +.controller-followed_people .profile-list a.profile-link, | |
26 | 27 | .list-profile-connections .profile-list a.profile-link, |
27 | 28 | .profiles-suggestions .profile-list a.profile-link { |
28 | 29 | text-decoration: none; |
... | ... | @@ -32,11 +33,13 @@ |
32 | 33 | } |
33 | 34 | .controller-favorite_enterprises .profile-list a.profile-link:hover, |
34 | 35 | .controller-friends .profile-list a.profile-link:hover, |
36 | +.controller-followed_people .profile-list a.profile-link:hover, | |
35 | 37 | .profiles-suggestions .profile-list a.profile-link:hover { |
36 | 38 | color: #FFF; |
37 | 39 | } |
38 | 40 | .controller-favorite_enterprises .profile-list .profile_link span, |
39 | 41 | .controller-friends .profile-list .profile_link span, |
42 | +.controller-followed_people .profile-list .profile_link span, | |
40 | 43 | .box-1 .profiles-suggestions .profile-list .profile_link span { |
41 | 44 | width: 80px; |
42 | 45 | display: block; |
... | ... | @@ -44,12 +47,14 @@ |
44 | 47 | } |
45 | 48 | .controller-favorite_enterprises .profile-list, |
46 | 49 | .controller-friends .profile-list, |
50 | +.controller-followed_people .profile-list, | |
47 | 51 | .profiles-suggestions .profile-list { |
48 | 52 | position: relative; |
49 | 53 | } |
50 | 54 | |
51 | 55 | .controller-favorite_enterprises .profile-list .controll, |
52 | 56 | .controller-friends .profile-list .controll, |
57 | +.controller-followed_people .profile-list .controll, | |
53 | 58 | .profiles-suggestions .profile-list .controll { |
54 | 59 | position: absolute; |
55 | 60 | top: 7px; |
... | ... | @@ -57,17 +62,20 @@ |
57 | 62 | } |
58 | 63 | .controller-favorite_enterprises .profile-list .controll a, |
59 | 64 | .controller-friends .profile-list .controll a, |
65 | +.controller-followed_people .profile-list .controll a, | |
60 | 66 | .profiles-suggestions .profile-list .controll a { |
61 | 67 | display: block; |
62 | 68 | margin-bottom: 2px; |
63 | 69 | } |
64 | 70 | .controller-favorite_enterprises .msie6 .profile-list .controll a, |
65 | 71 | .controller-friends .msie6 .profile-list .controll a, |
72 | +.controller-folloed_people .msie6 .profile-list .controll a, | |
66 | 73 | .profiles-suggestions .msie6 .profile-list .controll a { |
67 | 74 | width: 0px; |
68 | 75 | } |
69 | 76 | .controller-favorite_enterprises .button-bar, |
70 | 77 | .controller-friends .button-bar, |
78 | +.controller-followed_people .button-bar, | |
71 | 79 | .profiles-suggestions .button-bar { |
72 | 80 | clear: both; |
73 | 81 | padding-top: 20px; | ... | ... |