improve layout and messages for export

This commit is contained in:
2016-11-24 22:48:11 +01:00
parent 6c1c481e1a
commit d33500f764
8 changed files with 53 additions and 30 deletions

View File

@@ -4005,6 +4005,9 @@ form li label {
textarea {
height: 12em; }
span.force-inline-label label {
display: inline; }
.sc-button {
color: #000;
background: #d9d9d9;

File diff suppressed because one or more lines are too long

View File

@@ -2,4 +2,8 @@
textarea {
height: 12em;
}
span.force-inline-label label {
display: inline;
}