Feature #44: Image capture WebRTC & HTML5 FileIO
Silverlight was previously used to capture webcam pictures and upload file attachments. HTML5 FileIO is now used for all attachment uploading - including drag-drop support. WebRTC is used to capture webcam images - this falls back to a Flash polyfill when WebRTC isn't supported.
This commit is contained in:
@@ -253,12 +253,16 @@
|
||||
#DeviceDetailTab-DetailsContainer > table > tbody > tr > td {
|
||||
padding: 10px 6px;
|
||||
}
|
||||
#deviceShowResources #Attachments {
|
||||
#deviceShowResources #AttachmentsContainer {
|
||||
padding: 0;
|
||||
}
|
||||
#deviceShowResources #Attachments {
|
||||
position: relative;
|
||||
border: 1px solid #cccccc;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
#deviceShowResources #Attachments div.attachmentOutput {
|
||||
position: relative;
|
||||
height: 115px;
|
||||
overflow: auto;
|
||||
font-size: 0.95em;
|
||||
@@ -303,6 +307,9 @@
|
||||
height: 48px;
|
||||
width: 48px;
|
||||
}
|
||||
#deviceShowResources #Attachments div.attachmentOutput > a span.icon img.loading {
|
||||
display: none;
|
||||
}
|
||||
#deviceShowResources #Attachments div.attachmentOutput > a:hover {
|
||||
background-color: #ededed;
|
||||
border: 1px solid #cccccc;
|
||||
|
||||
Reference in New Issue
Block a user