mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-20 20:13:40 +03:00
Fix nicer screen for dses
This commit is contained in:
parent
e04ca87744
commit
a9c2254e40
1 changed files with 10 additions and 0 deletions
10
css/base.css
10
css/base.css
|
@ -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 {
|
||||
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%;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue