Commit 6dcf70ed4010231de0e65a6a1ba8ef62aba30714

Authored by Valessio Brito
1 parent 26aa3a3f

Fix bug text in button action MyNetwork

Showing 1 changed file with 7 additions and 1 deletions   Show diff stats
@@ -87,7 +87,10 @@ body { @@ -87,7 +87,10 @@ body {
87 position: absolute; 87 position: absolute;
88 top: 100px; 88 top: 100px;
89 right: 20px; 89 right: 20px;
90 - z-index: 999; 90 + z-index: 5;
  91 +}
  92 +#search-header .search-field div {
  93 + display: none;
91 } 94 }
92 #search-header input.button.with-text { 95 #search-header input.button.with-text {
93 width: 22px; 96 width: 22px;
@@ -352,7 +355,10 @@ div#article-parent { @@ -352,7 +355,10 @@ div#article-parent {
352 #content .my-network-block .my-network-actions a.button { 355 #content .my-network-block .my-network-actions a.button {
353 width: 100px; 356 width: 100px;
354 display: block; 357 display: block;
  358 + line-height: 1.2em;
355 margin-bottom: 5px; 359 margin-bottom: 5px;
  360 + height: auto;
  361 + min-height: 20px;
356 } 362 }
357 363
358 /* Hidden Actions MyNetwork */ 364 /* Hidden Actions MyNetwork */