1
0
mirror of https://github.com/2ec0b4/kaamelott-soundboard.git synced 2025-12-08 23:53:24 +00:00

Révise l'affichage de l'infobulle donnant des informations sur les sons

This commit is contained in:
Antoine
2016-05-22 18:55:26 +02:00
parent 8c825ec5ef
commit 1b7327c34d
4 changed files with 43 additions and 2 deletions

View File

@@ -461,6 +461,22 @@ noscript p {
margin: 10px 0;
text-align: center;
}
.tooltip {
background-color: #FFFFFF;
border: 1px solid #999;
box-shadow: 0 0 8px rgba(0,0,0,0.2);
color: #333;
display: none;
margin-right: 10px;
padding: 4px 8px;
position: absolute;
z-index: 10;
}
.tooltip p {
font-size: 12px;
margin: 0;
padding: 0;
}
#app {
margin: 0 auto;
padding: 0;