mirror of
https://github.com/Casvt/MIND.git
synced 2026-04-25 03:00:20 -04:00
Fixes issue #9
This commit is contained in:
@@ -167,6 +167,31 @@ div.options > button {
|
||||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
/* Adding */
|
||||
/* */
|
||||
#info.show-add-reminder #delete-info {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#info.show-add-static-reminder #time-input,
|
||||
#info.show-add-static-reminder #normal-button,
|
||||
#info.show-add-static-reminder #repeat-button,
|
||||
#info.show-add-static-reminder .repeat-bar,
|
||||
#info.show-add-static-reminder #delete-info {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#info.show-add-static-reminder #text-input {
|
||||
margin-top: -1rem;
|
||||
}
|
||||
|
||||
#info.show-add-static-reminder #template-selection,
|
||||
#info.show-add-static-reminder #color-toggle,
|
||||
#info.show-add-static-reminder #notification-service-input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#info.show-add-template #template-selection,
|
||||
#info.show-add-template #time-input,
|
||||
#info.show-add-template #normal-button,
|
||||
@@ -181,15 +206,14 @@ div.options > button {
|
||||
margin-top: -1rem;
|
||||
}
|
||||
|
||||
#info.show-add-template form > *,
|
||||
#info.show-add-template .sub-inputs > * {
|
||||
#info.show-add-template #color-toggle,
|
||||
#info.show-add-template #notification-service-input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#info.show-add-reminder #delete-info {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* */
|
||||
/* Editing */
|
||||
/* */
|
||||
#info.show-edit-reminder #template-selection,
|
||||
#info.show-edit-reminder #test-reminder {
|
||||
display: none;
|
||||
@@ -199,6 +223,23 @@ div.options > button {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#info.show-edit-static-reminder #template-selection,
|
||||
#info.show-edit-static-reminder #time-input,
|
||||
#info.show-edit-static-reminder #normal-button,
|
||||
#info.show-edit-static-reminder #repeat-button,
|
||||
#info.show-edit-static-reminder .repeat-bar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#info.show-edit-static-reminder #text-input {
|
||||
margin-top: -1rem;
|
||||
}
|
||||
|
||||
#info.show-edit-static-reminder #color-toggle,
|
||||
#info.show-edit-static-reminder #notification-service-input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#info.show-edit-template #template-selection,
|
||||
#info.show-edit-template #time-input,
|
||||
#info.show-edit-template #normal-button,
|
||||
|
||||
Reference in New Issue
Block a user