mirror of
https://github.com/ascribe/onion.git
synced 2024-11-14 17:15:08 +01:00
visual edits to fineuploader
This commit is contained in:
parent
22629ac09d
commit
c1e50cbe78
@ -183,7 +183,8 @@ let RegisterPiece = React.createClass( {
|
||||
<img src="https://s3-us-west-2.amazonaws.com/ascribe0/media/thumbnails/ascribe_animated_medium.gif" />
|
||||
</button>
|
||||
}>
|
||||
<Property>
|
||||
<Property
|
||||
ignoreFocus={true}>
|
||||
<FileUploader
|
||||
submitKey={this.submitKey}
|
||||
setIsUploadReady={this.setIsUploadReady}
|
||||
|
@ -32,7 +32,7 @@
|
||||
}
|
||||
|
||||
.ascribe-table-item-column > span > input {
|
||||
margin-top:14px;
|
||||
margin-top:16px;
|
||||
}
|
||||
|
||||
.ascribe-table-item-selected {
|
||||
|
@ -30,7 +30,6 @@
|
||||
.file-drag-and-drop-position {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
float:left;
|
||||
|
||||
.delete-file {
|
||||
display: block;
|
||||
@ -61,8 +60,8 @@
|
||||
|
||||
.file-drag-and-drop-preview-table-wrapper {
|
||||
display: table;
|
||||
height:74px;
|
||||
width:84px;
|
||||
height:94px;
|
||||
width:104px;
|
||||
}
|
||||
|
||||
.file-drag-and-drop-preview {
|
||||
@ -74,8 +73,8 @@
|
||||
|
||||
.file-drag-and-drop-preview-image {
|
||||
display: table;
|
||||
height:84px;
|
||||
width:84px;
|
||||
height:104px;
|
||||
width:104px;
|
||||
overflow:hidden;
|
||||
border: 1px solid #616161;
|
||||
text-align: center;
|
||||
|
Loading…
Reference in New Issue
Block a user