mirror of
https://github.com/rscmbbng/Border-Check.git
synced 2024-12-27 14:21:55 +01:00
added info/contact/legend to menubar, implemented all designs, added separate markers for first and last hop
This commit is contained in:
parent
69b8a4553f
commit
e9962b16c8
@ -72,13 +72,28 @@ body{
|
|||||||
float: left;
|
float: left;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
|
}
|
||||||
|
.test{
|
||||||
|
background: repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
.divider{
|
||||||
|
font-size: 14;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#footer{
|
||||||
|
bottom:0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
.info a {
|
||||||
|
color:#6cb9f7;
|
||||||
}
|
}
|
||||||
.info img{
|
.info img{
|
||||||
top :0px;
|
top :0px;
|
||||||
}
|
}
|
||||||
.info p {
|
.info p {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
.info #info-text{
|
.info #info-text{
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
@ -86,7 +101,13 @@ body{
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.toggle{
|
||||||
|
text-align: center;
|
||||||
|
font-weight: 700;
|
||||||
|
cursor: pointer;
|
||||||
|
font-size: 14;
|
||||||
|
}
|
||||||
|
}
|
||||||
#metadata{
|
#metadata{
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user