magicsuggest
Version:
MagicSuggest is a multiple selection auto-suggest input box for Bootstrap 3.
51 lines (50 loc) • 793 B
CSS
body{
background: #EEE;
}
.container{
max-width: 500px;
border-radius: 5px;
background: #FFF;
border: 1px solid #CCC;
min-height: 400px;
margin-top: 50px;
}
.country{
margin-bottom: 5px;
}
.country img{
float: left;
position: relative;
top: 7px;
margin-right: 10px;
}
.country .name{
font-weight: bold;
color: #333;
}
.country .prop{
float: left;
width: 50%;
}
.country .prop .lbl{
font-size: 11px;
line-height: 11px;
float: left;
color: #AAA;
margin-left: 25px;
margin-right: 5px;
}
.country .prop .val{
font-size: 11px;
line-height: 11px;
color: #666;
}
.ms-sel-item img{
float: left;
position: relative;
top: 3px;
margin-right: 3px;
}
.ms-sel-item .name{
float: left;
}