You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

61 lines
1.3 KiB

.selected-container {
/*display: inline-block;*/
/*width: 100%;*/
min-height: 40px;
padding-bottom: 20px;
}
.selected-container .selected-element {
/*display: inline-block;*/
padding: 5px 35px 5px 10px;
margin-top: 8px;
min-height: 45px;
background-color: #e3e3e3;
border: 1px solid #dbdbdb;
position: relative;
-moz-border-radius: 10px; /* Firefox */
-webkit-border-radius: 10px; /* Safari 4 */
border-radius: 10px; /* IE 9, Safari 5, Chrome */
}
.horizontal .selected-element{
display: inline-block;
}
.selected-element .header,.name{
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
width: 100%;
}
.selected-element .header{
font-size: 7pt;
color: #676363;
/*white-space: nowrap;*/
/*text-overflow: ellipsis;*/
/*overflow: hidden;*/
/*word-wrap: break-word;*/
/*width: 100%;*/
}
.selected-element .name {
font-size: 11pt;
/*white-space: nowrap;*/
/*text-overflow: ellipsis;*/
/*overflow: hidden;*/
/*width: 100%;*/
}
.selected-element .icon-remove{
background-image: url('../img/cross01.png');
background-size: 20px 20px;
/*display: inline-block;*/
position: absolute;
right: 5px;
top: 15px;
width: 20px;
height: 20px;
cursor: pointer;
margin-left: -20px;
}