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
- .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;
- }