From 9a181851038c2c26ee6c0e76db608ee66ae929fb Mon Sep 17 00:00:00 2001 From: ValessioBrito Date: Sun, 18 Jan 2015 19:34:19 -0200 Subject: [PATCH] fix painel controle link em bloco my-network --- style.css | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) diff --git a/style.css b/style.css index ceba6b2..b0e63b8 100644 --- a/style.css +++ b/style.css @@ -72,6 +72,7 @@ body { /* with this 1em = 10px */; } +.my-network-block div > ul:nth-child(3) > li:nth-child(3) > a:nth-child(1), .profile-image-block .admin-link a { padding: 0.5em 0.5em 0.5em 2em; position: relative; @@ -86,6 +87,12 @@ body { text-transform: uppercase; } +.my-network-block div > ul:nth-child(3) > li:nth-child(3) > a:nth-child(1) { + background: url('/designs/icons/default/outras/16x16/categories/preferences-system.gif') no-repeat scroll 5px 8px #FFC; + font-size: 1em; +} + +.my-network-block div > ul:nth-child(3) > li:nth-child(3) > a:nth-child(1):hover, .profile-image-block .admin-link a:hover { text-decoration: none; color: #CE5C00; -- libgit2 0.21.2