Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /AppServ/www/app/webroot/css/ |
Upload File : |
/** * @fileOverview CSS for jquery-autocomplete, the jQuery Autocompleter * @author <a href="mailto:dylan@dyve.net">Dylan Verheul</a> * @license MIT | GPL | Apache 2.0, see LICENSE.txt * @see https://github.com/dyve/jquery-autocomplete */ .acResults { padding: 0px; border: 1px solid WindowFrame; background-color: Window; overflow: hidden; } .acResults ul { margin: 0px; padding: 0px; list-style-position: outside; list-style: none; } .acResults ul li { margin: 0px; padding: 2px 5px; cursor: pointer; display: block; font: menu; font-size: 12px; overflow: hidden; } .acLoading { background : url('indicator.gif') right center no-repeat; } .acSelect { background-color: Highlight; color: HighlightText; }