tupali/librerias/css/opendata.css

53 lines
814 B
CSS

#opendata_cabecera{
text-align: center;
}
#datatable_row {
padding: 10px;
}
@media (max-width: 768px) {
#portaldata_categories {
font-size: 13px;
line-height: 1;
}
#contenedor{
padding: 0px;
}
#opendata_table{
padding-top: 50px;
border: none;
}
.table-bordered>tbody>tr>td,{
border: none important;
}
table, thead, tbody, th, td, tr {
display: block;
}
td {
/* Behave like a "row" */
border: none;
position: relative;
padding-left: 50%;
}
td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
}
}
@media (max-width: 480px) {
#drop_aplicacion {
margin-top: 5px;
}
}