Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
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
ea876902
authored
Feb 13, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: class based tooltips
parent
676934d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
25 deletions
+26
-25
one/static/box.less
+26
-25
No files found.
one/static/box.less
View file @
ea876902
...
...
@@ -33,40 +33,41 @@
}
}
#new-wm-
tooltip{
.
tooltip{
position: relative;
z-index: 1;
}
#new-wm-tooltip-container{
margin: 10px 10px 5px 150px;
border-radius: 4px;
border: 1px solid #888;
background: #FFFF66;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
p{
text-align: left;
font-size: 0.8em;
word-spacing: 2px;
padding: 5px;
}
#new-wm-tooltip-tail{
position: absolute;
left: 350px;
border-width: 17px;
border-style: solid;
border-color: #888 transparent transparent transparent;
&:after{
content: "";
.container{
margin: 10px 10px 5px 150px;
border-radius: 4px;
border: 1px solid #888;
background: #FFFF66;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
p{
text-align: left;
font-size: 0.8em;
word-spacing: 2px;
padding: 5px;
}
.tail{
position: absolute;
left: -17px;
top: -18px;
left: 350px;
border-width: 17px;
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;
}
}
}
}
.wm{
&.opened .actions{
display: block !important;
...
...
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