Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
f956c170
Commit
f956c170
authored
Jun 12, 2013
by
Olga Brani
Browse files
astakos: firefox text alignment bug fix for API access page
parent
cfe733e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/static/im/js/common.js
View file @
f956c170
...
...
@@ -99,7 +99,7 @@ $(document).ready(function() {
if
(
is_firefox
){
$
(
'
.dummy-input
'
).
show
(
);
$
(
'
.dummy-input
'
).
css
(
'
display
'
,
'
block
'
);
$
(
'
.dummy-input
'
).
next
(
'
input
'
).
css
(
'
visibility
'
,
'
hidden
'
);
}
...
...
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