You are here

imageeditor_webcams.css in Image Editor 7

.imageeditor-webcams .camera {
  width: 640px;
  height: 480px;
  padding: 10px;
  margin: auto;
}
.imageeditor-webcams .controls {
  width: 640px;
  margin: auto;
}
.imageeditor-webcams .controls-shot {
  background-color: grey;
  padding: 5px;
  margin: 5px;
  cursor: pointer;
  font-weight: bold;
}
.imageeditor-webcams .gallery {
  width: 640px;
  height: 100px;
  padding: 10px;
  margin: auto;
}
.imageeditor-webcams .gallery-thumb {
  float: left;
  width: 128px;
  cursor: pointer;
}

File

imageeditor_webcams/css/imageeditor_webcams.css
View source
  1. .imageeditor-webcams .camera {
  2. width: 640px;
  3. height: 480px;
  4. padding: 10px;
  5. margin: auto;
  6. }
  7. .imageeditor-webcams .controls {
  8. width: 640px;
  9. margin: auto;
  10. }
  11. .imageeditor-webcams .controls-shot {
  12. background-color: grey;
  13. padding: 5px;
  14. margin: 5px;
  15. cursor: pointer;
  16. font-weight: bold;
  17. }
  18. .imageeditor-webcams .gallery {
  19. width: 640px;
  20. height: 100px;
  21. padding: 10px;
  22. margin: auto;
  23. }
  24. .imageeditor-webcams .gallery-thumb {
  25. float: left;
  26. width: 128px;
  27. cursor: pointer;
  28. }