feature: Upload Online Attachments front end
This commit is contained in:
@@ -5711,6 +5711,13 @@ body > .FlagAssignment_Tooltip span.added {
|
||||
font-style: italic;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
div.Disco-AttachmentUpload-OnlineUploadDialog {
|
||||
text-align: center;
|
||||
}
|
||||
div.Disco-AttachmentUpload-OnlineUploadDialog input {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
#Document_Generation_Container #Document_Generate {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -391,25 +391,27 @@
|
||||
padding: 3px;
|
||||
}
|
||||
#deviceShowResources #Attachments div.attachmentInput span.action {
|
||||
color: #333;
|
||||
display: block;
|
||||
margin: 0 4px 0 0;
|
||||
font-size: 1.5em;
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
border: 1px solid #fff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
#deviceShowResources #Attachments div.attachmentInput span.action:hover {
|
||||
#deviceShowResources #Attachments div.attachmentInput span.action:not(.fa-spin) {
|
||||
color: #333;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
#deviceShowResources #Attachments div.attachmentInput span.action:not(.fa-spin):hover {
|
||||
color: #335A87;
|
||||
background-color: #ededed;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
#deviceShowResources #Attachments div.attachmentInput span.action.disabled {
|
||||
#deviceShowResources #Attachments div.attachmentInput span.action:not(.fa-spin).disabled {
|
||||
color: rgba(51, 51, 51, 0.2);
|
||||
cursor: default;
|
||||
}
|
||||
#deviceShowResources #Attachments div.attachmentInput span.action.disabled:hover {
|
||||
#deviceShowResources #Attachments div.attachmentInput span.action:not(.fa-spin).disabled:hover {
|
||||
color: rgba(51, 51, 51, 0.2);
|
||||
background-color: inherit;
|
||||
border: 1px solid #fff;
|
||||
|
||||
@@ -378,29 +378,32 @@
|
||||
padding: 3px;
|
||||
|
||||
span.action {
|
||||
color: @HeaderBackgroundColour;
|
||||
display: block;
|
||||
margin: 0 4px 0 0;
|
||||
font-size: 1.5em;
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
border: 1px solid @white;
|
||||
padding: .5em;
|
||||
|
||||
&:hover {
|
||||
color: @HyperLinkColour;
|
||||
background-color: @SubtleColour;
|
||||
border: 1px solid @SubtleBorderColour;
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
color: fade(@HeaderBackgroundColour, 20%);
|
||||
cursor: default;
|
||||
&:not(.fa-spin) {
|
||||
color: @HeaderBackgroundColour;
|
||||
border: 1px solid @white;
|
||||
|
||||
&:hover {
|
||||
color: @HyperLinkColour;
|
||||
background-color: @SubtleColour;
|
||||
border: 1px solid @SubtleBorderColour;
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
color: fade(@HeaderBackgroundColour, 20%);
|
||||
background-color: inherit;
|
||||
border: 1px solid @white;
|
||||
cursor: default;
|
||||
|
||||
&:hover {
|
||||
color: fade(@HeaderBackgroundColour, 20%);
|
||||
background-color: inherit;
|
||||
border: 1px solid @white;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -506,25 +506,27 @@
|
||||
padding: 5px;
|
||||
}
|
||||
#jobShowResources #Attachments div.attachmentInput span.action {
|
||||
color: #333;
|
||||
display: block;
|
||||
margin: 0 4px 0 0;
|
||||
font-size: 1.5em;
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
border: 1px solid #fff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
#jobShowResources #Attachments div.attachmentInput span.action:hover {
|
||||
#jobShowResources #Attachments div.attachmentInput span.action:not(.fa-spin) {
|
||||
color: #333;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
#jobShowResources #Attachments div.attachmentInput span.action:not(.fa-spin):hover {
|
||||
color: #335A87;
|
||||
background-color: #ededed;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
#jobShowResources #Attachments div.attachmentInput span.action.disabled {
|
||||
#jobShowResources #Attachments div.attachmentInput span.action:not(.fa-spin).disabled {
|
||||
color: rgba(51, 51, 51, 0.2);
|
||||
cursor: default;
|
||||
}
|
||||
#jobShowResources #Attachments div.attachmentInput span.action.disabled:hover {
|
||||
#jobShowResources #Attachments div.attachmentInput span.action:not(.fa-spin).disabled:hover {
|
||||
color: rgba(51, 51, 51, 0.2);
|
||||
background-color: inherit;
|
||||
border: 1px solid #fff;
|
||||
|
||||
@@ -528,29 +528,33 @@
|
||||
padding: 5px;
|
||||
|
||||
span.action {
|
||||
color: @HeaderBackgroundColour;
|
||||
display: block;
|
||||
margin: 0 4px 0 0;
|
||||
font-size: 1.5em;
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
border: 1px solid @white;
|
||||
padding: .5em;
|
||||
|
||||
&:hover {
|
||||
color: @HyperLinkColour;
|
||||
background-color: @SubtleColour;
|
||||
border: 1px solid @SubtleBorderColour;
|
||||
}
|
||||
&:not(.fa-spin) {
|
||||
color: @HeaderBackgroundColour;
|
||||
border: 1px solid @white;
|
||||
|
||||
&.disabled {
|
||||
color: fade(@HeaderBackgroundColour, 20%);
|
||||
cursor: default;
|
||||
|
||||
&:hover {
|
||||
color: @HyperLinkColour;
|
||||
background-color: @SubtleColour;
|
||||
border: 1px solid @SubtleBorderColour;
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
color: fade(@HeaderBackgroundColour, 20%);
|
||||
background-color: inherit;
|
||||
border: 1px solid @white;
|
||||
cursor: default;
|
||||
|
||||
&:hover {
|
||||
color: fade(@HeaderBackgroundColour, 20%);
|
||||
background-color: inherit;
|
||||
border: 1px solid @white;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -1279,6 +1279,13 @@ body > .FlagAssignment_Tooltip span.added {
|
||||
font-style: italic;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
div.Disco-AttachmentUpload-OnlineUploadDialog {
|
||||
text-align: center;
|
||||
}
|
||||
div.Disco-AttachmentUpload-OnlineUploadDialog input {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
#Document_Generation_Container #Document_Generate {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@@ -1300,6 +1300,15 @@ body > .FlagAssignment_Tooltip {
|
||||
}
|
||||
}
|
||||
|
||||
div.Disco-AttachmentUpload-OnlineUploadDialog {
|
||||
text-align: center;
|
||||
|
||||
input {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
|
||||
#Document_Generation_Container {
|
||||
#Document_Generate {
|
||||
padding: 0;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -453,25 +453,27 @@
|
||||
padding: 3px;
|
||||
}
|
||||
#userShowResources #Attachments div.attachmentInput span.action {
|
||||
color: #333;
|
||||
display: block;
|
||||
margin: 0 4px 0 0;
|
||||
font-size: 1.5em;
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
border: 1px solid #fff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
#userShowResources #Attachments div.attachmentInput span.action:hover {
|
||||
#userShowResources #Attachments div.attachmentInput span.action:not(.fa-spin) {
|
||||
color: #333;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
#userShowResources #Attachments div.attachmentInput span.action:not(.fa-spin):hover {
|
||||
color: #335A87;
|
||||
background-color: #ededed;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
#userShowResources #Attachments div.attachmentInput span.action.disabled {
|
||||
#userShowResources #Attachments div.attachmentInput span.action:not(.fa-spin).disabled {
|
||||
color: rgba(51, 51, 51, 0.2);
|
||||
cursor: default;
|
||||
}
|
||||
#userShowResources #Attachments div.attachmentInput span.action.disabled:hover {
|
||||
#userShowResources #Attachments div.attachmentInput span.action:not(.fa-spin).disabled:hover {
|
||||
color: rgba(51, 51, 51, 0.2);
|
||||
background-color: inherit;
|
||||
border: 1px solid #fff;
|
||||
|
||||
@@ -480,29 +480,32 @@
|
||||
padding: 3px;
|
||||
|
||||
span.action {
|
||||
color: @HeaderBackgroundColour;
|
||||
display: block;
|
||||
margin: 0 4px 0 0;
|
||||
font-size: 1.5em;
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
border: 1px solid @white;
|
||||
padding: .5em;
|
||||
|
||||
&:hover {
|
||||
color: @HyperLinkColour;
|
||||
background-color: @SubtleColour;
|
||||
border: 1px solid @SubtleBorderColour;
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
color: fade(@HeaderBackgroundColour, 20%);
|
||||
cursor: default;
|
||||
&:not(.fa-spin) {
|
||||
color: @HeaderBackgroundColour;
|
||||
border: 1px solid @white;
|
||||
|
||||
&:hover {
|
||||
color: @HyperLinkColour;
|
||||
background-color: @SubtleColour;
|
||||
border: 1px solid @SubtleBorderColour;
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
color: fade(@HeaderBackgroundColour, 20%);
|
||||
background-color: inherit;
|
||||
border: 1px solid @white;
|
||||
cursor: default;
|
||||
|
||||
&:hover {
|
||||
color: fade(@HeaderBackgroundColour, 20%);
|
||||
background-color: inherit;
|
||||
border: 1px solid @white;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user