Limit maximum width of inspector

This commit is contained in:
Tom MacWright
2012-11-15 10:14:56 -05:00
parent 555fefc47c
commit 53403591ce

View File

@@ -63,17 +63,6 @@ input[type=text]:focus {
border-color:#222;
}
table {
border-collapse: collapse;
border-spacing:0;
}
table th {
text-align:left;
}
table td {
padding:0;
border-spacing:0;
}
#zoombuttons {
position:absolute;
@@ -158,6 +147,7 @@ button small {
background:#eee;
border-top:1px solid #000;
color:#222;
width:350px;
}
.inspector-wrap h2 {
@@ -189,3 +179,16 @@ button small {
background:#fff;
width:150px;
}
.inspector-wrap table {
border-collapse: collapse;
width:350px;
border-spacing:0;
}
.inspector-wrap table th {
text-align:left;
}
.inspector-wrap table td {
padding:0;
border-spacing:0;
}