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