modified select scss..

This commit is contained in:
Harry Bomrah 2014-10-08 17:06:12 +08:00
parent 6af19a2fda
commit f3dd0b8295
1 changed files with 9 additions and 6 deletions

View File

@ -329,14 +329,14 @@
.select2-results {
max-height: 200px;
padding: 0 0 0 4px;
padding: 0 0 0 2px;
margin: 4px 4px 4px 0;
position: relative;
overflow-x: hidden;
overflow-y: auto;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
.select2-result-label {
padding: 3px 7px 4px;
padding: 4px;
margin: 0;
cursor: pointer;
min-height: 1em;
@ -346,15 +346,18 @@
-ms-user-select: none;
user-select: none;
.thumbnail {
width: 50px;
height: 50px;
width: 80px;
height: 80px;
margin-right: 10px;
padding: 0;
border: none;
float: left;
display: inline-block;
vertical-align: top;
box-shadow: none;
}
.thumbnail-text {
line-height: 50px;
display: inline-block;
width: 125px;
}
&:after {
content: '';