Paul Lecuq
36c5d6f2ed
- web service with json support - web page - cron service to update database infos
25 lines
244 B
CSS
25 lines
244 B
CSS
body
|
|
{
|
|
font-family: "Helvetica Neue", "HelveticaNeue", "Helvetica", "Arial", "sans-serif";
|
|
}
|
|
|
|
.dataTables_length
|
|
{
|
|
font-size: 18px;
|
|
}
|
|
|
|
.dataTables_filter
|
|
{
|
|
font-size: 18px;
|
|
}
|
|
|
|
#main_table
|
|
{
|
|
margin-top: 200px;
|
|
}
|
|
|
|
td
|
|
{
|
|
width: 1000px;
|
|
}
|