mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge pull request #1679 from cryptpad/formmodal_accessibility
Form settings modal accessibility
This commit is contained in:
commit
1aeb5d8983
@ -137,7 +137,7 @@
|
||||
}
|
||||
|
||||
.cp-radio {
|
||||
margin: 0;
|
||||
margin: 0.2rem 0 0.2rem 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
|
||||
@ -980,6 +980,7 @@
|
||||
.cp-radio, .cp-checkmark {
|
||||
display: inline-flex;
|
||||
max-width: 100%;
|
||||
margin: 0.2rem;
|
||||
}
|
||||
.cp-checkmark-label {
|
||||
word-break: break-word;
|
||||
@ -1318,6 +1319,19 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.cp-form-status {
|
||||
margin-bottom: 0.2rem;
|
||||
}
|
||||
.cp-form-mute-radio {
|
||||
margin-top: 0.2rem;
|
||||
}
|
||||
.cp-form-privacy-container {
|
||||
margin-top: 0.8rem
|
||||
}
|
||||
.cp-form-results-type {
|
||||
display: inline-block;
|
||||
margin: 0.2rem 0 0.2rem 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
& > .flatpickr-calendar {
|
||||
|
||||
@ -4928,7 +4928,7 @@ define([
|
||||
|
||||
// End date / Closed state
|
||||
var endDateContainer = h('div.cp-form-status-container');
|
||||
var endDateStr = h('div');
|
||||
var endDateStr = h('div.cp-form-status');
|
||||
var $endDate = $(endDateContainer);
|
||||
var $endDateStr = $(endDateStr);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user