fix display of question suggestion drop down (#4888)

This commit is contained in:
Frédéric Péters 2014-06-09 10:41:45 +02:00
parent e54ccafe12
commit 641a12f7e6
1 changed files with 10 additions and 0 deletions

View File

@ -129,6 +129,11 @@ button.submit-comment:hover,
box-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
}
input[type="button"].cancelSearchBtn:hover
{
box-shadow: none;
}
a#homeButton {
border: none;
}
@ -631,3 +636,8 @@ input[type="submit"].searchBtn:hover {
#charte-toc li {
padding: 0.5ex 0;
}
.search-drop-menu {
bottom: auto;
top: 40px;
}