Info-tips update

This commit is contained in:
Nick O'Leary
2017-01-05 23:33:19 +00:00
parent 59ffacb3df
commit 555f96cfaf
6 changed files with 121 additions and 30 deletions

View File

@@ -37,4 +37,6 @@
font-family: Courier, monospace;
box-shadow: #999 1px 1px 1px;
}
.help-key-block {
white-space: nowrap;
}

View File

@@ -82,20 +82,17 @@ div.node-info {
}
}
.node-info-tip {
margin: 10px;
margin-top: 30px;
border-radius: 6px;
padding: 12px;
font-size: 18px;
position: absolute;
top: 40%;
left:0;
right:0;
padding: 20px;
font-size: 16px;
text-align: center;
color : #aaa;
line-height: 1.9em;
color : #bbb;
background-color: #fff;
code {
font-size: 16px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 700;
padding: 3px 8px 3px 8px;
border-radius: 4px;
color: #aaa;
}
@include disable-selection;
cursor: default;
}