mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-31 21:47:53 -05:00
26 lines
291 B
CSS
26 lines
291 B
CSS
#report_list li ul li
|
|
{
|
|
margin-left: 35px;
|
|
}
|
|
#report_date_range_simple, #report_date_range_complex
|
|
{
|
|
margin-bottom: 10px;
|
|
}
|
|
.report
|
|
{
|
|
font-size: .85em;
|
|
}
|
|
#report_summary
|
|
{
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
}
|
|
|
|
#report_summary .summary_row
|
|
{
|
|
}
|
|
|
|
#chart_wrapper
|
|
{
|
|
text-align: center;
|
|
} |