Compare commits
3 Commits
develop
...
1289-butto
Author | SHA1 | Date |
---|---|---|
Mark Felder | 64844c2926 | |
Mark Felder | 121e49a8ea | |
Mark Felder | bdca708992 |
|
@ -0,0 +1 @@
|
||||||
|
Minor improvements to the dialog modal layout, buttons, and text
|
|
@ -379,6 +379,7 @@ nav {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-family: var(--interfaceFont, sans-serif);
|
font-family: var(--interfaceFont, sans-serif);
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
&.-sublime {
|
&.-sublime {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
border-top: 1px solid $fallback--border;
|
border-top: 1px solid $fallback--border;
|
||||||
border-top: 1px solid var(--border, $fallback--border);
|
border-top: 1px solid var(--border, $fallback--border);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: center;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
|
@ -999,7 +999,7 @@
|
||||||
"repeat_confirm": "Do you really want to repeat this status?",
|
"repeat_confirm": "Do you really want to repeat this status?",
|
||||||
"repeat_confirm_title": "Repeat confirmation",
|
"repeat_confirm_title": "Repeat confirmation",
|
||||||
"repeat_confirm_accept_button": "Repeat",
|
"repeat_confirm_accept_button": "Repeat",
|
||||||
"repeat_confirm_cancel_button": "Do not repeat",
|
"repeat_confirm_cancel_button": "Cancel",
|
||||||
"delete": "Delete status",
|
"delete": "Delete status",
|
||||||
"delete_error": "Error deleting status: {0}",
|
"delete_error": "Error deleting status: {0}",
|
||||||
"edit": "Edit status",
|
"edit": "Edit status",
|
||||||
|
|
Loading…
Reference in New Issue