1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-13 17:09:46 +01:00

Corrected position of search icon in admin-ui

This commit is contained in:
Cameron 2013-11-13 16:46:33 -08:00
parent 287260ee03
commit 7ec34720e6

View File

@ -703,9 +703,7 @@ footer { padding-top:150px; padding-bottom:20px; color: rgb(153, 153, 153); }
i.searchquery {
z-index:100;
position:relative;
left:-215px;
top:-4px;
left:-215px;
}