Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
piks3l
Respect My Net
Commits
04aadab2
Commit
04aadab2
authored
Dec 05, 2011
by
Baptiste Jonglez
Browse files
Merge conflicting changes from cynddl
parents
25c189a9
ada1d672
Changes
2
Hide whitespace changes
Inline
Side-by-side
media/css/style.css
View file @
04aadab2
...
...
@@ -415,6 +415,11 @@ div.comment {
font-weight
:
normal
;
}
#report
#icons
span
.tooltip_on
{
font-weight
:
normal
;
margin-right
:
0.3em
;
}
#editorial
{
margin-top
:
.7em
;
margin-bottom
:
1em
;
padding
:
0.5em
;
background-color
:
#EEDC94
;
...
...
templates/view.html
View file @
04aadab2
...
...
@@ -49,7 +49,7 @@ $(document).ready(function() {
}
return
false
;
});
$
(
'
span
'
).
hover
(
function
(){
$
(
'
span#
'
+
this
.
id
+
'
_tooltip
'
).
fadeIn
();},
function
(){
$
(
'
span#
'
+
this
.
id
+
'
_tooltip
'
).
hide
();});
$
(
'
span
'
).
hover
(
function
(){
$
(
'
span#
'
+
this
.
id
+
'
_tooltip
'
).
fadeIn
();},
function
(){
$
(
'
span#
'
+
this
.
id
+
'
_tooltip
'
).
hide
();});
});
</script>
{% endblock %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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