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
Nicholas J Anderson
whats-open
Commits
40c06899
Commit
40c06899
authored
Sep 22, 2013
by
Renfred Harper
Browse files
Fix responsive close image
parent
cd75d9f3
Changes
3
Hide whitespace changes
Inline
Side-by-side
website/static/css/style.css
View file @
40c06899
...
...
@@ -140,6 +140,7 @@ ul.ui-autocomplete {
right
:
0
;
padding
:
6px
19px
19px
19px
;
cursor
:
pointer
;
z-index
:
10
;
}
/* Custom Responsive Classes */
/* xs */
...
...
website/static/js/grid.js
View file @
40c06899
...
...
@@ -134,8 +134,8 @@ $(document).ready(function() {
$
(
this
).
slideUp
(
350
);
}
});
$
(
'
#info-
body
'
).
click
(
function
()
{
$
(
this
).
slideUp
(
350
);
$
(
'
#info-
close
'
).
click
(
function
()
{
$
(
'
#info-body
'
).
slideUp
(
350
);
});
$
(
document
).
on
(
'
click
'
,
'
.grid-box
'
,
function
()
{
// If the user clicks on the same box twice it will close the info menu
...
...
whats_open/templates/base.html
View file @
40c06899
...
...
@@ -54,7 +54,7 @@
<div
id=
"info-body"
>
<div
class=
"container"
id=
"info-container"
>
<div
class=
"row"
>
<img
src=
"{{ STATIC_URL }}img/close.png"
id=
"info-close"
>
<a
id=
"info-close"
>
<img
src=
"{{ STATIC_URL }}img/close.png"
></a
>
<div
class=
"col-md-12"
id=
"info-name"
></div>
<div
class=
"col-md-3"
id=
"info-status"
></div>
<div
class=
"col-md-3"
id=
"info-next"
></div>
...
...
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