Skip to content

Commit

Permalink
Merge branch 'develop' containing the new add-on's new version 14 for…
Browse files Browse the repository at this point in the history
… deployment
  • Loading branch information
kunzstef committed Jul 11, 2016
2 parents 4b3985b + a78c044 commit c329ab5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion Scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
}

$("#eexcess-search").val(keywordString);
fetchAndDisplayRecommendations(keywords);
}
}
})
Expand Down
9 changes: 7 additions & 2 deletions Stylesheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
}

.image-button {
background: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
background: linear-gradient(top, #f5f5f5, #f1f1f1);
background: #f5f5f5;
border: 1px solid #dcdcdc;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
Expand All @@ -51,6 +50,7 @@
}

.image-button:hover {
background: #f1f1f1;
background: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
background: linear-gradient(top, #f8f8f8, #f1f1f1);
border: 1px solid #c6c6c6;
Expand Down Expand Up @@ -303,4 +303,9 @@
top: 3px;
text-align: center;
}

.bottom {
left: 0;
right: 0;
}
</style>

0 comments on commit c329ab5

Please sign in to comment.