Add simple hint api

This commit is contained in:
Tom MacWright
2012-12-05 14:26:37 -05:00
parent 9e4f9ce464
commit bc91f4956d
7 changed files with 39 additions and 4 deletions
+9 -4
View File
@@ -171,8 +171,8 @@ div.buttons-joined {
}
#bar button.active:not([disabled]) {
background:#eee;
color:#000;
background:#7392ff;
color:#fff;
}
#bar button.save {
@@ -216,13 +216,18 @@ div.buttons-joined {
}
.inspector-wrap {
border-radius:3px;
border:1px solid #ccc;
position:absolute;
top:45px;
right:0px;
top:50px;
left:50%;
margin-left:-175px;
overflow:auto;
padding:10px;
background:#fff;
width:350px;
opacity:0;
display:none;
}
.inspector-wrap a.permalink {