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
SRCT
photos
Commits
5d1b6261
Commit
5d1b6261
authored
Aug 16, 2014
by
Tobias Reich
Browse files
Added hidden close button upload
parent
fee0a5b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
assets/css/upload.css
View file @
5d1b6261
...
...
@@ -42,6 +42,7 @@
text-align
:
center
;
}
.upload_message
.close
{
display
:
none
;
position
:
absolute
;
top
:
0px
;
right
:
0px
;
...
...
assets/js/build.js
View file @
5d1b6261
...
...
@@ -214,6 +214,7 @@ build = {
modal
+=
"
<div class='upload_overlay fadeIn'>
"
;
modal
+=
"
<div class='upload_message center'>
"
;
modal
+=
"
<h1>
"
+
title
+
"
</h1>
"
;
modal
+=
"
<a class='close icon-remove-sign'></a>
"
;
modal
+=
"
<div class='rows'>
"
;
for
(
var
i
=
0
;
i
<
files
.
length
;
i
++
)
{
...
...
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