You are here

style.css in Fine Image Upload 8.2

Same filename in this branch
  1. 8.2 css/style.css
  2. 8.2 fiu_ui/css/style.css
.fiu-widget-preview {
  width: 180px;
  height: 150px;
  position: absolute;
  left: 400px;
}

.fiu-widget-preview label {
  height: 60px;
  color: #000;
  background-image: url(../../icons/upload.svg);
  background-position: center 30px;
  background-repeat: no-repeat;
  background-size: 33px;
  font-size: 1em;
  padding-top: 45px;
  padding-bottom: 15px;

  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.fiu-widget-preview .imce-filefield-widget {
  position: absolute;
  top: 5px;
  text-align: center;
  width: 100%;
  z-index: 99;
  cursor: pointer;
}
.fiu-widget-preview .imce-filefield-widget:hover {
  cursor: pointer;
}

.fiu-widget-preview .filefield-sources-list {
  position: absolute;
  bottom: 5px;
  text-align: center;
  z-index: 99;
  width: 100%;
  font-size: 11px;
  line-height: 13px;
}
.fiu-widget-preview  .filefield-sources-list a {
  display: inline-block;
  margin: 0 2px;
}

File

fiu_ui/css/style.css
View source
  1. .fiu-widget-preview {
  2. width: 180px;
  3. height: 150px;
  4. position: absolute;
  5. left: 400px;
  6. }
  7. .fiu-widget-preview label {
  8. height: 60px;
  9. color: #000;
  10. background-image: url(../../icons/upload.svg);
  11. background-position: center 30px;
  12. background-repeat: no-repeat;
  13. background-size: 33px;
  14. font-size: 1em;
  15. padding-top: 45px;
  16. padding-bottom: 15px;
  17. align-items: center;
  18. cursor: pointer;
  19. display: flex;
  20. font-weight: 700;
  21. justify-content: center;
  22. left: 0;
  23. position: absolute;
  24. top: 0;
  25. width: 100%;
  26. }
  27. .fiu-widget-preview .imce-filefield-widget {
  28. position: absolute;
  29. top: 5px;
  30. text-align: center;
  31. width: 100%;
  32. z-index: 99;
  33. cursor: pointer;
  34. }
  35. .fiu-widget-preview .imce-filefield-widget:hover {
  36. cursor: pointer;
  37. }
  38. .fiu-widget-preview .filefield-sources-list {
  39. position: absolute;
  40. bottom: 5px;
  41. text-align: center;
  42. z-index: 99;
  43. width: 100%;
  44. font-size: 11px;
  45. line-height: 13px;
  46. }
  47. .fiu-widget-preview .filefield-sources-list a {
  48. display: inline-block;
  49. margin: 0 2px;
  50. }