11
0
Fork 0
mirror of https://github.com/ChaosChemnitz/interfug15 synced 2025-06-28 13:36:07 +02:00

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

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;
}