2011-08-31 04:28:36 +04:00
|
|
|
@import 'lib';
|
|
|
|
|
|
|
|
input.autocomplete {
|
|
|
|
width: 16em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-autocomplete {
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #000;
|
|
|
|
width: 300px;
|
|
|
|
z-index: 100 !important;
|
2013-09-16 23:46:13 +04:00
|
|
|
|
2011-08-31 04:28:36 +04:00
|
|
|
li, a {
|
|
|
|
min-height: 32px;
|
|
|
|
}
|
|
|
|
li {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
cursor: pointer;
|
|
|
|
display: block;
|
|
|
|
padding: 2px;
|
2013-09-16 23:46:13 +04:00
|
|
|
|
2011-08-31 04:28:36 +04:00
|
|
|
b {
|
|
|
|
color: #999;
|
|
|
|
display: block;
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
img {
|
|
|
|
float: left;
|
|
|
|
height: 32px;
|
|
|
|
margin-right: 4px;
|
|
|
|
width: 32px;
|
2016-10-08 16:14:57 +03:00
|
|
|
|
|
|
|
.html-rtl & {
|
|
|
|
float: right;
|
|
|
|
margin-left: 4px;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2011-08-31 04:28:36 +04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.extra-form {
|
|
|
|
display: none;
|
|
|
|
}
|