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
f579579b
Commit
f579579b
authored
Jul 26, 2014
by
Tobias Reich
Browse files
Fixed broken upload status style in Firefox
parent
b45112f4
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
assets/css/upload.css
View file @
f579579b
...
...
@@ -83,8 +83,8 @@
.upload_message
.rows
.row
a
.name
{
float
:
left
;
width
:
70%
;
padding
:
5px
10px
;
width
:
calc
(
70%
-
20px
);
color
:
#fff
;
font-size
:
14px
;
white-space
:
nowrap
;
...
...
@@ -92,10 +92,12 @@
}
.upload_message
.rows
.row
a
.status
{
float
:
righ
t
;
float
:
lef
t
;
padding
:
5px
10px
;
width
:
calc
(
30%
-
20px
);
color
:
rgba
(
255
,
255
,
255
,
.5
);
font-size
:
14px
;
text-align
:
right
;
}
.upload_message
.rows
.row
a
.status
{
...
...
assets/js/upload.js
View file @
f579579b
...
...
@@ -176,7 +176,7 @@ upload = {
xhr
.
send
(
formData
);
}
}
;
if
(
files
.
length
<=
0
)
return
false
;
if
(
albumID
===
false
||
visible
.
albums
()
===
true
)
albumID
=
0
;
...
...
assets/min/main.css
View file @
f579579b
This diff is collapsed.
Click to expand it.
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