Removed avatar class from form.blade.php

This commit is contained in:
Nilesh Deepak 2017-07-13 15:20:53 +05:30
parent afc1ecafe9
commit 7f8351e044
2 changed files with 8 additions and 7 deletions

View File

@ -63,11 +63,6 @@ body.dragging, body.dragging * {
&.square { &.square {
border-radius: 3px; border-radius: 3px;
} }
&.cover {
height: 192px;
width: 120px;
border-radius: 3px;
}
} }
// System wide notifications // System wide notifications
@ -306,4 +301,10 @@ $btt-size: 40px;
img { img {
border-radius: 3px; border-radius: 3px;
} }
} }
.cover {
height: 192px;
width: 120px;
border-radius: 3px;
}

View File

@ -21,7 +21,7 @@
'currentImage' => @isset($model) ? $model->getBookCover(80) : baseUrl('/default.png') , 'currentImage' => @isset($model) ? $model->getBookCover(80) : baseUrl('/default.png') ,
'currentId' => @isset($model) ? $model->image : 0, 'currentId' => @isset($model) ? $model->image : 0,
'name' => 'image', 'name' => 'image',
'imageClass' => 'avatar cover' 'imageClass' => 'cover'
]) ])
</div> </div>
<div class="form-group"> <div class="form-group">