vitro/webapp/web/js/jquery_plugins/datatable/demo_table.css

40 lines
619 B
CSS
Raw Normal View History

@CHARSET "UTF-8";
thead th, tr.even td{
background-color: white;
}
.searchbar{
margin-bottom: 15px;
text-align: center;
}
.paginatedtabs{
border-top: 1px #3D454E solid;
text-align: center;
margin-bottom: 10px;
padding-top: 10px;
font-size: 1.2em;
}
.paginatedtabs span{
padding-right: 5px;
cursor: pointer;
}
.showentries {
text-align: center;
margin-bottom: 10px;
}
.datatablewrapper td{
border-bottom: 1px #3D454E solid;
border-right: 1px #3D454E solid;
}
.datatablewrapper th{
border-top: 1px #3D454E solid;
border-bottom: 1px #3D454E solid;
border-right: 1px #3D454E solid;
padding: 5px;
}