#180: bulk download device/job/user attachments
This commit is contained in:
@@ -534,7 +534,7 @@
|
||||
}
|
||||
#deviceShowResources #Attachments div.attachmentInput span.action {
|
||||
display: block;
|
||||
margin: 0 4px 0 0;
|
||||
margin: 1px 2px 1px 0;
|
||||
font-size: 1.5em;
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
@@ -558,6 +558,10 @@
|
||||
background-color: inherit;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
#deviceShowResources #Attachments div.attachmentInput span.action.download-all {
|
||||
margin-left: 2px;
|
||||
float: left;
|
||||
}
|
||||
#Device_Show_Details_Actions_AddFlag_Dialog {
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
@@ -547,7 +547,7 @@
|
||||
|
||||
span.action {
|
||||
display: block;
|
||||
margin: 0 4px 0 0;
|
||||
margin: 1px 2px 1px 0;
|
||||
font-size: 1.5em;
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
@@ -574,6 +574,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.download-all {
|
||||
margin-left: 2px;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -504,7 +504,7 @@
|
||||
}
|
||||
#jobShowResources #Attachments div.attachmentInput span.action {
|
||||
display: block;
|
||||
margin: 0 4px 0 0;
|
||||
margin: 1px 2px 1px 0;
|
||||
font-size: 1.5em;
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
@@ -528,6 +528,10 @@
|
||||
background-color: inherit;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
#jobShowResources #Attachments div.attachmentInput span.action.download-all {
|
||||
margin-left: 2px;
|
||||
float: left;
|
||||
}
|
||||
#Job_Show_Job_Actions_AddQueue_Dialog {
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
@@ -525,7 +525,7 @@
|
||||
|
||||
span.action {
|
||||
display: block;
|
||||
margin: 0 4px 0 0;
|
||||
margin: 1px 2px 1px 0;
|
||||
font-size: 1.5em;
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
@@ -553,6 +553,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.download-all {
|
||||
margin-left: 2px;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -602,7 +602,7 @@
|
||||
}
|
||||
#userShowResources #Attachments div.attachmentInput span.action {
|
||||
display: block;
|
||||
margin: 0 4px 0 0;
|
||||
margin: 1px 2px 1px 0;
|
||||
font-size: 1.5em;
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
@@ -626,6 +626,10 @@
|
||||
background-color: inherit;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
#userShowResources #Attachments div.attachmentInput span.action.download-all {
|
||||
margin-left: 2px;
|
||||
float: left;
|
||||
}
|
||||
#User_Show_Details_Actions_CreateJob_Dialog #CreateJob_Assignments {
|
||||
margin-top: 6px;
|
||||
background-color: #fff;
|
||||
|
||||
@@ -657,7 +657,7 @@
|
||||
|
||||
span.action {
|
||||
display: block;
|
||||
margin: 0 4px 0 0;
|
||||
margin: 1px 2px 1px 0;
|
||||
font-size: 1.5em;
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
@@ -684,6 +684,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.download-all {
|
||||
margin-left: 2px;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user