Bug 719457 - When the URLs are very long (style editor), the user needs to resize to see the editor. r=jwalker

This commit is contained in:
Paul Rouget 2012-01-23 18:29:18 +01:00
Родитель 2a36f4c924
Коммит 78da8aea82
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -58,6 +58,7 @@ box,
.splitview-controller {
min-height: 3em;
max-height: 14em;
max-width: 400px;
}
.splitview-nav {
@ -123,4 +124,8 @@ ol.splitview-nav > li.splitview-filtered {
.splitview-portrait-resizer {
display: -moz-box;
}
.splitview-controller {
max-width: none;
}
}