2012-10-18 00:51:54 +00:00
|
|
|
#inner-details {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2012-12-21 01:19:55 +00:00
|
|
|
.label {
|
|
|
|
display:block;
|
2013-03-17 09:18:30 +00:00
|
|
|
white-space: nowrap;
|
2012-12-21 01:19:55 +00:00
|
|
|
padding: 2px 4px;
|
|
|
|
background:#ddd;
|
|
|
|
opacity:0.8;
|
|
|
|
border-radius:5px;
|
|
|
|
}
|
2012-10-18 00:51:54 +00:00
|
|
|
|
|
|
|
span.name {
|
|
|
|
cursor: pointer;
|
2013-01-05 17:50:19 +00:00
|
|
|
position: absolute;
|
2013-03-29 06:38:13 +00:00
|
|
|
-webkit-touch-callout: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-khtml-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
user-select: none;
|
2012-10-18 00:51:54 +00:00
|
|
|
}
|