mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 14:31:19 +02:00
[ticket/10737] Use dropdown for search results container.
PHPBB3-10737
This commit is contained in:
@@ -472,6 +472,10 @@ ul.linklist.bulletin li.no-bulletin:before {
|
||||
padding: 9px 0 0;
|
||||
}
|
||||
|
||||
.dropdown.live-search {
|
||||
top: auto;
|
||||
}
|
||||
|
||||
.dropdown-container.topic-tools {
|
||||
float: left;
|
||||
}
|
||||
@@ -940,17 +944,6 @@ li.pagination ul {
|
||||
z-index: 51;
|
||||
}
|
||||
|
||||
/* Live search box */
|
||||
#livesearch {
|
||||
width: 30%;
|
||||
margin: 0px;
|
||||
position: absolute;
|
||||
background-color: #12A3EB;
|
||||
box-shadow: 1px 2px 5px rgb(175,167,167);
|
||||
z-index: 999;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/* Miscellaneous styles
|
||||
---------------------------------------- */
|
||||
#forum-permissions {
|
||||
|
@@ -96,7 +96,7 @@ fieldset.fields1 div {
|
||||
}
|
||||
|
||||
/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */
|
||||
fieldset.fields1 #recaptcha_widget_div div {
|
||||
fieldset.fields1 #recaptcha_widget_div div, fieldset.fields1 .live-search div {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user