Fix nicer screen for dses

This commit is contained in:
Mark Schouten 2014-06-30 13:31:06 +02:00
parent e04ca87744
commit a9c2254e40

View file

@ -125,3 +125,13 @@ div.jtable-main-container > table.jtable > tbody > tr > td {
div.jtable-main-container > table.jtable > tbody > tr.jtable-child-row > td { div.jtable-main-container > table.jtable > tbody > tr.jtable-child-row > td {
border: medium none; border: medium none;
} }
pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.ui-dialog {
max-width: 80%;
}