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,6 +72,7 @@ body { | ||
| 72 | /* with this 1em = 10px */; | 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 | .profile-image-block .admin-link a { | 76 | .profile-image-block .admin-link a { |
| 76 | padding: 0.5em 0.5em 0.5em 2em; | 77 | padding: 0.5em 0.5em 0.5em 2em; |
| 77 | position: relative; | 78 | position: relative; |
| @@ -86,6 +87,12 @@ body { | @@ -86,6 +87,12 @@ body { | ||
| 86 | text-transform: uppercase; | 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 | .profile-image-block .admin-link a:hover { | 96 | .profile-image-block .admin-link a:hover { |
| 90 | text-decoration: none; | 97 | text-decoration: none; |
| 91 | color: #CE5C00; | 98 | color: #CE5C00; |