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
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
5 deletions
+14
-5
one/static/box.less
+13
-5
one/templates/box-vmlist.html
+1
-0
No files found.
one/static/box.less
View file @
d526372b
...
@@ -48,13 +48,21 @@
...
@@ -48,13 +48,21 @@
font-size: 0.8em;
font-size: 0.8em;
word-spacing: 2px;
word-spacing: 2px;
}
}
&:after{
#new-wm-tooltip-tail{
content: "";
position: absolute;
position: absolute;
left: 3
0
0px;
left: 3
5
0px;
border-width: 1
5
px;
border-width: 1
7
px;
border-style: solid;
border-style: solid;
border-color: #FFFF66 transparent transparent transparent;
border-color: #888 transparent transparent transparent;
&:after{
content: "";
position: absolute;
left: -17px;
top: -18px;
border-width: 17px;
border-style: solid;
border-color: #FFFF66 transparent transparent transparent;
}
}
}
}
}
...
...
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