mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
25 lines
296 B
CSS
Executable File
25 lines
296 B
CSS
Executable File
* {
|
|
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;
|
|
} |