1
0
Fork 0

documentview css

This commit is contained in:
Heiko Kernbach 2013-07-17 11:12:27 +02:00
parent 979034f3cf
commit 9c12a30f14
1 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,8 @@
.sorting_1 textarea {
display: inline !important;
max-width: 120px !important;
max-height: 20px !important;
resize: none !important;
}
.textInline {
@ -207,6 +210,7 @@
}
.rightCell textarea {
max-width: 570px;
min-width: 600px;
max-width: 580px;
min-width: 580px;
resize: vertical;
}