document template on import user flag rules
This commit is contained in:
@@ -5342,4 +5342,7 @@ ul.list-group li.selected:hover {
|
||||
}
|
||||
ul.list-group li:not(:first-child) {
|
||||
border-top: 1px solid #ddd;
|
||||
}
|
||||
.whitespace-pre-wrap {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -670,6 +670,17 @@ div.logEventsViewport table.logEventsViewport > tbody > tr > td.message {
|
||||
#Config_DocumentTemplates_JobSubTypes_Update_Dialog .checkboxBulkSelectContainer {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
#DocumentTemplate_OnImportUserFlagRules_AddDialog .distribute-evenly {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
margin: 1em 0;
|
||||
}
|
||||
#DocumentTemplate_OnImportUserFlagRules_AddDialog textarea {
|
||||
width: 99%;
|
||||
}
|
||||
#DocumentTemplate_OnImportUserFlagRules_AddDialog .mt-1 {
|
||||
margin-top: 1em;
|
||||
}
|
||||
.dialog-bulk-generate .brief {
|
||||
margin: 0 0 8px 0;
|
||||
}
|
||||
|
||||
@@ -733,6 +733,22 @@ div.logEventsViewport {
|
||||
}
|
||||
}
|
||||
|
||||
#DocumentTemplate_OnImportUserFlagRules_AddDialog {
|
||||
.distribute-evenly {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
textarea {
|
||||
width: 99%;
|
||||
}
|
||||
|
||||
.mt-1 {
|
||||
margin-top: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.dialog-bulk-generate {
|
||||
.brief {
|
||||
margin: 0 0 8px 0;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -1575,4 +1575,7 @@ ul.list-group li.selected:hover {
|
||||
}
|
||||
ul.list-group li:not(:first-child) {
|
||||
border-top: 1px solid #ddd;
|
||||
}
|
||||
.whitespace-pre-wrap {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
@@ -1676,3 +1676,7 @@ ul.list-group {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.whitespace-pre-wrap {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user