mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
37a914641b
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@98750 467b73ca-7a2a-4603-9d3b-597d59a354a9
25 lines
296 B
CSS
25 lines
296 B
CSS
* {
|
|
font-size:12px;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
form.import-form {
|
|
margin: 0;
|
|
}
|
|
|
|
form.import-form #CsvFile .middleColumn {
|
|
background: none !important;
|
|
}
|
|
|
|
form.import-form .advanced h4 {
|
|
margin-bottom: .5em;
|
|
}
|
|
|
|
form.import-form .Actions {
|
|
text-align: left;
|
|
border: 0;
|
|
} |