sintonia/airtime_mvc/public/css/playouthistory.css

37 lines
515 B
CSS
Raw Normal View History

2012-05-18 15:40:22 +02:00
@CHARSET "UTF-8";
#history_content {
width: 100%;
margin: 0px;
height: auto;
box-sizing: border-box;
}
2012-05-18 15:40:22 +02:00
.dataTables_filter input {
width: 30%;
}
#history_content input.input_text.hasDatepicker {
width: 95px;
}
#history_content input.input_text.hasTimepicker {
width: 60px;
}
div.his-timerange {
position: relative;
margin-bottom: 5px;
}
div.his-timerange div {
position: absolute;
bottom: 0px;
padding: 3px;
margin-left: 5px;
2012-05-18 16:20:33 +02:00
}
table.dataTable tbody tr {
cursor: auto;
}