Commit d526372b by Dányi Bence

one: tooltip tail fixed

parent 3592c9d4
...@@ -48,14 +48,22 @@ ...@@ -48,14 +48,22 @@
font-size: 0.8em; font-size: 0.8em;
word-spacing: 2px; word-spacing: 2px;
} }
#new-wm-tooltip-tail{
position: absolute;
left: 350px;
border-width: 17px;
border-style: solid;
border-color: #888 transparent transparent transparent;
&:after{ &:after{
content: ""; content: "";
position: absolute; position: absolute;
left: 300px; left: -17px;
border-width: 15px; top: -18px;
border-width: 17px;
border-style: solid; border-style: solid;
border-color: #FFFF66 transparent transparent transparent; border-color: #FFFF66 transparent transparent transparent;
} }
}
} }
.wm{ .wm{
......
...@@ -68,6 +68,7 @@ ...@@ -68,6 +68,7 @@
<p> <p>
{% trans "Choose a template, and you can use the system in a minute." %} {% trans "Choose a template, and you can use the system in a minute." %}
</p> </p>
<div id="new-wm-tooltip-tail"></div>
</div> </div>
</div> </div>
{% endif %} {% endif %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment