Fix to 38820. Set white-space: normal for .treecell-error in JS Console css files for various themes.

This is needed because these files use css files that set the attribute to nowrap - which makes the JS console unusable on small screens.

Original patch courtesy Eric Hodel <drbrain@segment7.net>, with changes for our many themes contributed by Decklin Foster <fosterd@hartwick.edu>.

r=mccabe@netscape.com
r=hangas@netscape.com
a=ben@netscape.com
This commit is contained in:
mccabe%netscape.com 2000-10-05 22:29:41 +00:00
Родитель 40468df446
Коммит 56e9e9c86c
5 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

@ -30,6 +30,7 @@
.treecell-error {
border-bottom: 1px solid #000000 !important;
padding: 0px;
white-space: normal;
}
.treecell-error[type="error"] {

Просмотреть файл

@ -24,3 +24,7 @@
window {
font-size: 12px;
}
.treecell-error {
white-space: normal;
}

Просмотреть файл

@ -24,3 +24,7 @@
window {
font-size: 12px;
}
.treecell-error {
white-space: normal;
}

Просмотреть файл

@ -24,3 +24,7 @@
window {
font-size: 12px;
}
.treecell-error {
white-space: normal;
}

Просмотреть файл

@ -30,6 +30,7 @@
.treecell-error {
border-bottom: 1px solid #000000 !important;
padding: 0px;
white-space: normal;
}
.treecell-error[type="error"] {