1
0
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:
Suhaib Khan
2014-02-06 18:32:59 +05:30
committed by Cesar G
parent 5b6a675399
commit dad60045b6
5 changed files with 132 additions and 5 deletions

View File

@@ -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 {