Add validation options

Check:  [] My Edits  [] Everything
Where:  [] In View   [] Everywhere
This commit is contained in:
Bryan Housel
2019-04-11 11:55:17 -04:00
parent 0a77a494aa
commit 4c563f4edf
4 changed files with 176 additions and 103 deletions

View File

@@ -3330,6 +3330,31 @@ div.full-screen > button:hover {
/* Issues Pane */
.issues-options-container {
display: table;
}
.issues-option-what,
.issues-option-where {
display: table-row;
}
.issues-option-what-title,
.issues-option-where-title {
display: table-cell;
font-weight: bold;
padding-right: 10px;
}
[dir='rtl'] .issues-option-what-title,
[dir='rtl'] .issues-option-where-title {
padding-right: 0;
padding-left: 10px;
}
.issues-option-what label,
.issues-option-where label {
display: table-cell;
padding: 0 10px;
}
.issues-list label {
padding: 5px;
}