Tooltip für minimale Auflösung optimiert

This commit is contained in:
root 2015-07-23 21:46:56 +02:00
parent 958fa1173d
commit 3f9b779202
1 changed files with 3 additions and 3 deletions

View File

@ -199,11 +199,11 @@
color: #ff0;
font-weight: bold;
content: attr(title);
left: 20%;
padding: 5px 15px;
left: -15%;
padding: 5px 5px;
position: absolute;
z-index: 98;
width: 220px;
width: 150px;
}