Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
imghost
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
imghost
Commits
18d00e0b
Commit
18d00e0b
authored
7 years ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
Minor UI improvements
parent
a2acde3e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
assets/sass/style.sass
+1
-1
1 addition, 1 deletion
assets/sass/style.sass
templates/upload.html
+4
-2
4 additions, 2 deletions
templates/upload.html
with
5 additions
and
3 deletions
assets/sass/style.sass
+
1
−
1
View file @
18d00e0b
...
@@ -116,7 +116,7 @@ form.upload
...
@@ -116,7 +116,7 @@ form.upload
background
:
#FFD54F
background
:
#FFD54F
box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0
.2
)
box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0
.2
)
input
input
[
type
=
submit
]
display
:
none
display
:
none
.images
.images
...
...
This diff is collapsed.
Click to expand it.
templates/upload.html
+
4
−
2
View file @
18d00e0b
...
@@ -20,8 +20,10 @@
...
@@ -20,8 +20,10 @@
{{end}}
{{end}}
{{end}}
{{end}}
<form
class=
"upload"
action=
"/upload/"
method=
"POST"
enctype=
"multipart/form-data"
>
<form
class=
"upload"
action=
"/upload/"
method=
"POST"
enctype=
"multipart/form-data"
>
<input
type=
"file"
name=
"file"
accept=
".jpg,.jpeg,.png,.gif,.apng,.tiff,.tif,.bmp,.webp,.mp4,.mov"
multiple
/>
<label>
<label
for=
"file"
>
Select Files
</label>
<span
class=
"text"
>
Select Files
</span>
<input
type=
"file"
name=
"file"
accept=
".jpg,.jpeg,.png,.gif,.apng,.tiff,.tif,.bmp,.webp,.mp4,.mov"
multiple
/>
</label>
<input
type=
"submit"
value=
"Upload"
/>
<input
type=
"submit"
value=
"Upload"
/>
<p
class=
"upload-label"
>
Uploading…
</p>
<p
class=
"upload-label"
>
Uploading…
</p>
</form>
</form>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment