2015-06-09 13:29:22 +02:00
|
|
|
.ascribe-textarea {
|
2015-08-31 19:04:44 +02:00
|
|
|
border: 0;
|
2015-06-09 13:29:22 +02:00
|
|
|
box-shadow: none;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ascribe-textarea-editable:hover {
|
2015-08-31 19:04:44 +02:00
|
|
|
border: 0;
|
2015-06-09 13:29:22 +02:00
|
|
|
}
|
|
|
|
|
2015-08-31 19:04:44 +02:00
|
|
|
.ascribe-pre {
|
2015-06-09 13:29:22 +02:00
|
|
|
background-color: white;
|
2015-08-31 19:04:44 +02:00
|
|
|
border: 0;
|
|
|
|
font-family: inherit;
|
|
|
|
margin: 0;
|
2015-06-22 18:02:04 +02:00
|
|
|
padding: 0;
|
2015-08-31 19:04:44 +02:00
|
|
|
text-align: justify;
|
|
|
|
white-space: -moz-pre-wrap;
|
|
|
|
white-space: -o-pre-wrap;
|
|
|
|
white-space: -pre-wrap;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
word-break: break-word;
|
2015-06-09 13:29:22 +02:00
|
|
|
}
|