Reorganize inspector

This commit is contained in:
Tom MacWright
2012-11-01 12:00:27 -04:00
parent affb49e3ba
commit b2e780c4c9
3 changed files with 21 additions and 17 deletions
+11 -5
View File
@@ -175,28 +175,34 @@ table td {
.inspector-wrap a.permalink {
text-decoration:none;
margin-right:2em;
margin-right:1em;
font: normal 11px/20px 'Helvetica'
}
.inspector thead th {
font-size:10px;
line-height:10px;
line-height:15px;
color:#999;
font-weight:normal;
text-transform:uppercase;
}
.inspector tbody td {
border: 1px solid #ccc;
}
.inspector input {
margin:0;
padding:4px;
border:0;
border-bottom:1px solid #ccc;
width:150px;
border:0;
}
.inspector input.tag-input {
box-shadow: inset -2px 0 10px #EEE
.inspector input.tag-key {
}
.inspector input.tag-value {
}
.presets h3 {