"Quick Jump" feature along with some European servers

This commit is contained in:
Cryptkeeper
2015-11-25 16:40:13 -06:00
parent 1daa20d5ab
commit f516bc9f15
5 changed files with 78 additions and 14 deletions

View File

@ -139,4 +139,24 @@ h3 {
.text-center-align {
text-align: center;
}
/* Icon Quick jump */
#quick-jump-container {
position: fixed;
top: 10px;
left: 10px;
overflow: auto;
}
.quick-jump-icon {
height: 24px;
width: 24px;
display: block;
margin-bottom: 2px;
border-radius: 2px;
}
.quick-jump-icon:hover {
cursor: pointer;
}