Animated inspector entry. Fixes #250, refs #287

This commit is contained in:
Tom MacWright
2012-12-17 17:38:15 -05:00
parent 96cdde5d1a
commit de0434e836
2 changed files with 43 additions and 5 deletions
+18
View File
@@ -399,10 +399,15 @@ button.Browse .label {
.inspector-inner {
padding: 10px;
min-width:400px;
}
.inspector-inner.head {
border-bottom: 1px solid #ccc;
background:#fff;
height:80px;
z-index:99;
position:relative;
}
.inspector-wrap a.permalink {
@@ -415,6 +420,19 @@ button.Browse .label {
overflow: auto;
}
.inspector-toggle {
padding:10px;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
text-align:center;
color:#fff;
cursor:pointer;
background:#7092ff;
}
.inspector-body {
position:relative;
}
.tag-row {
width: 100%;
padding-right: 70px;