Bug 623597 - Properly align layout elements in net inspector when horizontal scrolling is needed; f=rcampbell r=dao a=blocking2.0

This commit is contained in:
Mihai Sucan 2011-01-19 10:21:37 -04:00
parent 031f9e5c6f
commit 6270d7e176
3 changed files with 6 additions and 0 deletions

View File

@ -47,6 +47,7 @@ body {
#header {
padding: 5px;
overflow-x:auto;
display: block;
}
h1 {
@ -76,6 +77,7 @@ h1 .info {
width: 100%;
max-height: 330px;
overflow: auto;
display: block;
}
.property-name {

View File

@ -47,6 +47,7 @@ body {
#header {
padding: 5px;
overflow-x:auto;
display: block;
}
h1 {
@ -76,6 +77,7 @@ h1 .info {
width: 100%;
max-height: 330px;
overflow: auto;
display: block;
}
.property-name {

View File

@ -47,6 +47,7 @@ body {
#header {
padding: 5px;
overflow-x: auto;
display: block;
}
h1 {
@ -76,6 +77,7 @@ h1 .info {
width: 100%;
max-height: 330px;
overflow: auto;
display: block;
}
.property-table-header {