Commit 9a181851038c2c26ee6c0e76db608ee66ae929fb
1 parent
e0af4663
Exists in
master
and in
2 other branches
fix painel controle link em bloco my-network
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
style.css
... | ... | @@ -72,6 +72,7 @@ body { |
72 | 72 | /* with this 1em = 10px */; |
73 | 73 | } |
74 | 74 | |
75 | +.my-network-block div > ul:nth-child(3) > li:nth-child(3) > a:nth-child(1), | |
75 | 76 | .profile-image-block .admin-link a { |
76 | 77 | padding: 0.5em 0.5em 0.5em 2em; |
77 | 78 | position: relative; |
... | ... | @@ -86,6 +87,12 @@ body { |
86 | 87 | text-transform: uppercase; |
87 | 88 | } |
88 | 89 | |
90 | +.my-network-block div > ul:nth-child(3) > li:nth-child(3) > a:nth-child(1) { | |
91 | + background: url('/designs/icons/default/outras/16x16/categories/preferences-system.gif') no-repeat scroll 5px 8px #FFC; | |
92 | + font-size: 1em; | |
93 | +} | |
94 | + | |
95 | +.my-network-block div > ul:nth-child(3) > li:nth-child(3) > a:nth-child(1):hover, | |
89 | 96 | .profile-image-block .admin-link a:hover { |
90 | 97 | text-decoration: none; |
91 | 98 | color: #CE5C00; | ... | ... |