You are here

dragndrop-upload-example.css in Drag & Drop Upload 7

.dragndrop-example-api,
.dragndrop-example-element-mirror {
  width: 179px;
  height: 154px;
  margin: 10px 10px 10px 0;
  border: 1px solid #ccc;
  line-height: 154px;
  text-align: center;
}

File

modules/dragndrop_upload_example/css/dragndrop-upload-example.css
View source
  1. .dragndrop-example-api,
  2. .dragndrop-example-element-mirror {
  3. width: 179px;
  4. height: 154px;
  5. margin: 10px 10px 10px 0;
  6. border: 1px solid #ccc;
  7. line-height: 154px;
  8. text-align: center;
  9. }