Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/ninja-fo.../assets/css
File: combobox.css
/*!
[0] Fix | Delete
* Copyright (c) 2013 Ben Olson (https://github.com/bseth99/jquery-ui-extensions)
[1] Fix | Delete
*
[2] Fix | Delete
* Permission is hereby granted, free of charge, to any person
[3] Fix | Delete
* obtaining a copy of this software and associated documentation
[4] Fix | Delete
* files (the "Software"), to deal in the Software without
[5] Fix | Delete
* restriction, including without limitation the rights to use,
[6] Fix | Delete
* copy, modify, merge, publish, distribute, sublicense, and/or sell
[7] Fix | Delete
* copies of the Software, and to permit persons to whom the
[8] Fix | Delete
* Software is furnished to do so, subject to the following
[9] Fix | Delete
* conditions:
[10] Fix | Delete
*
[11] Fix | Delete
* The above copyright notice and this permission notice shall be
[12] Fix | Delete
* included in all copies or substantial portions of the Software.
[13] Fix | Delete
*
[14] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
[15] Fix | Delete
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
[16] Fix | Delete
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
[17] Fix | Delete
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
[18] Fix | Delete
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
[19] Fix | Delete
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
[20] Fix | Delete
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
[21] Fix | Delete
* OTHER DEALINGS IN THE SOFTWARE.
[22] Fix | Delete
*
[23] Fix | Delete
* Adapted from Jörn Zaefferer original implementation at
[24] Fix | Delete
* http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood
[25] Fix | Delete
*
[26] Fix | Delete
* And the demo at
[27] Fix | Delete
* http://jqueryui.com/autocomplete/#combobox
[28] Fix | Delete
*/
[29] Fix | Delete
[30] Fix | Delete
.ui-combobox {
[31] Fix | Delete
display: inline-block;
[32] Fix | Delete
margin: 0;
[33] Fix | Delete
margin-right: 1.8em;
[34] Fix | Delete
position: relative;
[35] Fix | Delete
}
[36] Fix | Delete
.ui-combobox-input {
[37] Fix | Delete
padding: 0.2em;
[38] Fix | Delete
margin: 0;
[39] Fix | Delete
width: 300px;
[40] Fix | Delete
}
[41] Fix | Delete
.ui-combobox-button {
[42] Fix | Delete
position: absolute;
[43] Fix | Delete
width: 1.8em !important;
[44] Fix | Delete
margin: 0;
[45] Fix | Delete
margin-left: -1px;
[46] Fix | Delete
top: 0;
[47] Fix | Delete
bottom: 0;
[48] Fix | Delete
}
[49] Fix | Delete
.ui-combobox-button .ui-button-text {
[50] Fix | Delete
padding: 0em;
[51] Fix | Delete
}
[52] Fix | Delete
.ui-combobox .ui-autocomplete {
[53] Fix | Delete
max-height: 30em;
[54] Fix | Delete
overflow-y: auto;
[55] Fix | Delete
overflow-x: hidden;
[56] Fix | Delete
z-index: 99999;
[57] Fix | Delete
}
[58] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function