GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/Student/JimMartinson/Lab12/drupal/core/themes/bartik/css/components/ |
Upload File : |
/** * @file * The visual styles for Bartik's search form(s). */ .search-form { font-size: 0.875rem; } .search-form .form-search { float: left; /* LTR */ margin-right: 5px; /* LTR */ padding: 4px; } [dir="rtl"] .search-form .form-search { float: right; margin-left: 5px; margin-right: 0; } .button.search-form__submit, .search-form__submit { background: #f0f0f0 url(../../../../misc/icons/505050/loupe.svg) no-repeat center; cursor: pointer; height: 26px; margin-left: 0; margin-right: 0; overflow: hidden; padding: 0; text-indent: -9999px; direction: ltr; width: 34px; } .button.search-form__submit:hover, .search-form__submit:hover, .button.search-form__submit:focus, .search-form__submit:focus { background: #dedede url(../../../../misc/icons/424242/loupe.svg) no-repeat center; } .search-form .form-item-keys label { display: block; }