sintonia/airtime_mvc/public/css/showbuilder.css
Naomi Aro 753c05ce5b CC-3335 : Timeline: Drag and drop usability improvements
cursor must be used to add tracks to timeline, not check boxes.
2012-02-23 17:46:07 +01:00

25 lines
No EOL
513 B
CSS

@CHARSET "UTF-8";
#show_builder input.input_text {
width:100px;
}
table.datatable tr.cursor-selected-row td, table.datatable tr.cursor-selected-row th {
border-bottom: 2px solid #db0000 !important;
}
.innerWrapper {
position:relative;
width:100%;
}
.marker {
position:absolute;
bottom:-10px;
left:-14px;
width:9px;
height:9px;
background:url(images/tl-arrow.png) no-repeat 0 0;
display:block;
}
tr.cursor-selected-row .marker {
background-position: 0 -15px;
}