create infobox in javascript

This commit is contained in:
Nils Schneider 2015-03-23 13:23:12 +01:00
commit f54d430df3
2 changed files with 42 additions and 35 deletions

View file

@ -56,23 +56,19 @@
text-align: left !important;
}
#infobox .clients {
.infobox .clients {
font-family: "ionicons";
color: #1566A9;
word-spacing: -0.2em;
}
#infobox {
.infobox {
position: relative;
box-shadow: 0px 0.5px 3px rgba(0, 0, 0, 0.16), 0px 0.5px 2px rgba(0, 0, 0, 0.24);
background: rgba(0, 0, 0, 0.02);
padding: 0.25em 0;
}
#infobox.hidden {
display: none;
}
button {
-webkit-tap-highlight-color: transparent;
font-family: "ionicons";
@ -301,8 +297,6 @@
</button>
<div id="sidebardata">
<div id="infobox" class="hidden">
</div>
</div>
</div>
</body>