feature: user flag assignment exporting
This commit is contained in:
@@ -1800,6 +1800,34 @@ h1.Config_DocumentTemplates {
|
||||
#Config_UserFlags_BulkAssign_AssignDialog.loading > form {
|
||||
display: none;
|
||||
}
|
||||
#UserFlag_Export #UserFlag_Export_Fields #UserFlag_Export_Fields_Defaults {
|
||||
font-size: 0.75em;
|
||||
}
|
||||
#UserFlag_Export #UserFlag_Export_Fields th {
|
||||
font-size: 1.05em;
|
||||
}
|
||||
#UserFlag_Export #UserFlag_Export_Fields th span {
|
||||
margin-top: 4px;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
#UserFlag_Export_Download_Dialog {
|
||||
padding-top: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
#UserFlag_Export_Download_Dialog h4 {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
#UserFlag_Export_Download_Dialog a {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
#UserFlag_Export_Exporting {
|
||||
padding-top: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
#UserFlag_Export_Exporting i {
|
||||
margin-right: 10px;
|
||||
color: #1e6dab;
|
||||
}
|
||||
#DocumentTemplate_BulkGenerate .actions {
|
||||
padding-bottom: 0.5em;
|
||||
text-align: right;
|
||||
|
||||
@@ -2121,6 +2121,46 @@ h1.Config_DocumentTemplates {
|
||||
}
|
||||
}
|
||||
|
||||
#UserFlag_Export {
|
||||
#UserFlag_Export_Fields {
|
||||
#UserFlag_Export_Fields_Defaults {
|
||||
font-size: .75em;
|
||||
}
|
||||
|
||||
th {
|
||||
font-size: 1.05em;
|
||||
|
||||
span {
|
||||
margin-top: 4px;
|
||||
font-size: .8em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#UserFlag_Export_Download_Dialog {
|
||||
padding-top: 20px;
|
||||
text-align: center;
|
||||
|
||||
h4 {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
a {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
#UserFlag_Export_Exporting {
|
||||
padding-top: 50px;
|
||||
text-align: center;
|
||||
|
||||
i {
|
||||
margin-right: 10px;
|
||||
color: @StatusInformation;
|
||||
}
|
||||
}
|
||||
|
||||
#DocumentTemplate_BulkGenerate {
|
||||
.actions {
|
||||
padding-bottom: .5em;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user