Skip to content

Commit

Permalink
Merge pull request #567 from schul-cloud/jr/stylefixes
Browse files Browse the repository at this point in the history
make upload area use less space
  • Loading branch information
Niklas Kiefer committed Feb 8, 2018
2 parents a779a49 + ebfd059 commit b50283c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/styles/files/upload.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@import '../lib/colors.scss';
.section-upload {
width: 100%;
margin: 40px 0px;
margin: 20px 0px;
cursor: pointer;
position: relative;

.form-upload {
width: 100%;
height: 150px;
height: 100px;
border: 4px dashed #ddd;
background: #f9f9f9;
float: left;
Expand Down

0 comments on commit b50283c

Please sign in to comment.