From 6dcf70ed4010231de0e65a6a1ba8ef62aba30714 Mon Sep 17 00:00:00 2001 From: Valessio Brito Date: Thu, 10 Oct 2013 19:14:01 -0300 Subject: [PATCH] Fix bug text in button action MyNetwork --- style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index d93053d..b8a9569 100644 --- a/style.css +++ b/style.css @@ -87,7 +87,10 @@ body { position: absolute; top: 100px; right: 20px; - z-index: 999; + z-index: 5; +} +#search-header .search-field div { + display: none; } #search-header input.button.with-text { width: 22px; @@ -352,7 +355,10 @@ div#article-parent { #content .my-network-block .my-network-actions a.button { width: 100px; display: block; + line-height: 1.2em; margin-bottom: 5px; + height: auto; + min-height: 20px; } /* Hidden Actions MyNetwork */ -- libgit2 0.21.2