Bug Fix: Webcam Attachment in <= Win 7

Flash video overlay was hiding the Comments model dialog. The flash
object is now hidden where <= Win 7 is detected (navigator.userAgent).
This commit is contained in:
Gary Sharp
2014-06-16 23:10:45 +10:00
parent a819d2722a
commit 34842012b7
15 changed files with 137 additions and 89 deletions
+4 -4
View File
@@ -1137,7 +1137,7 @@ p.fa-p {
}
// Attachment Uploader
div.disco-attachmentUpload-dropTarget {
div.Disco-AttachmentUpload-DropTarget {
display: none;
&.dragHighlight {
@@ -1169,7 +1169,7 @@ div.disco-attachmentUpload-dropTarget {
}
}
div.disco-attachmentUpload-progress {
div.Disco-AttachmentUpload-Progress {
position: absolute;
right: 0px;
bottom: 48px;
@@ -1185,7 +1185,7 @@ div.disco-attachmentUpload-progress {
}
}
div.disco-attachmentUpload-commentDialog {
div.Disco-AttachmentUpload-CommentDialog {
padding: 0.25em 0.5em !important;
table {
@@ -1222,7 +1222,7 @@ div.disco-attachmentUpload-commentDialog {
}
}
div.disco-attachmentUpload-imageDialog {
div.Disco-AttachmentUpload-ImageDialog {
background-color: @black !important;
padding: 0 !important;
overflow: hidden !important;