mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 22:41:28 +02:00
[ticket/10737] Adding username suggestions in "Find a member" using AJAX
PHPBB3-10737
This commit is contained in:
@@ -940,6 +940,17 @@ 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 {
|
||||
|
Reference in New Issue
Block a user