Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d526372b
authored
Feb 06, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
one: tooltip tail fixed
parent
3592c9d4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
one/static/box.less
+10
-2
one/templates/box-vmlist.html
+1
-0
No files found.
one/static/box.less
View file @
d526372b
...
@@ -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{
...
...
one/templates/box-vmlist.html
View file @
d526372b
...
@@ -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 %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment