From e9962b16c89371df25744882c3c8c6da11b4434b Mon Sep 17 00:00:00 2001 From: rscmbbng Date: Fri, 27 Sep 2013 02:49:38 +0200 Subject: [PATCH] added info/contact/legend to menubar, implemented all designs, added separate markers for first and last hop --- web/style.css | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/web/style.css b/web/style.css index 4ed212c..9e4fcea 100644 --- a/web/style.css +++ b/web/style.css @@ -72,13 +72,28 @@ body{ float: left; overflow: auto; +} +.test{ + background: repeat; +} +.divider{ + font-size: 14; + text-align: center; +} +#footer{ + bottom:0; + overflow: auto; +} +.info a { + color:#6cb9f7; } .info img{ top :0px; } .info p { overflow: auto; + padding-left: 10px; } .info #info-text{ text-align: justify; @@ -86,7 +101,13 @@ body{ overflow: auto; } - +.toggle{ + text-align: center; + font-weight: 700; + cursor: pointer; + font-size: 14; +} +} #metadata{ visibility: hidden; } \ No newline at end of file