This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
django-ex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
Style updates to image uploader for sprint demo
pull/170/head
Michael Olund
5 years ago
parent
407383ef39
commit
235efcc043
2 changed files
with
17 additions
and
12 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
vue/src/components/ItemTile.vue
+11
-12
vue/src/components/Uploader.vue
+ 6
- 0
vue/src/components/ItemTile.vue
View File
@ -140,6 +140,12 @@ export default {
padding
:
0
;
margin
-
right
:
16
px
;
&
:
disabled
{
i
.
fa
{
opacity
:
0.15
;
}
}
&
:
hover
{
cursor
:
pointer
!
important
;
}
+ 11
- 12
vue/src/components/Uploader.vue
View File
@ -213,17 +213,16 @@ export default {
}
}
h5
.
uploader
-
label
{
display
:
block
;
margin
-
top
:
30
px
;
margin
-
bottom
:
10
px
;
font
-
weight
:
normal
;
font
-
size
:
1
em
;
h5
.
uploader
-
label
{
display
:
block
;
margin
-
top
:
30
px
;
margin
-
bottom
:
10
px
;
font
-
weight
:
normal
;
font
-
size
:
1
em
;
a
{
font
-
weight
:
bold
;
text
-
decoration
:
underline
;
}
}
a
{
font
-
weight
:
bold
;
text
-
decoration
:
underline
;
}
}
<
/
style
>
Write
Preview
Loading…
Cancel
Save