aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2024-09-19 14:11:09 +0200
committerMartin Ridgers <[email protected]>2024-09-24 10:57:34 +0200
commit73a61bd5adccd42314c919320da01a29b7100844 (patch)
tree2a637f2fc8aa08104a060d9d6b339aa8ac61b960 /src
parentComponent.inner() for access to the underlying DOM element (diff)
downloadzen-73a61bd5adccd42314c919320da01a29b7100844.tar.xz
zen-73a61bd5adccd42314c919320da01a29b7100844.zip
Vertically center modal dialog's button labels
Diffstat (limited to 'src')
-rw-r--r--src/zenserver/frontend/html/zen.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenserver/frontend/html/zen.css b/src/zenserver/frontend/html/zen.css
index 273e30739..c1f5013a1 100644
--- a/src/zenserver/frontend/html/zen.css
+++ b/src/zenserver/frontend/html/zen.css
@@ -171,6 +171,7 @@ h3 {
.zen_modal .zen_modal_buttons > div {
margin: 0em 1em 0em 1em;
padding: 1em;
+ align-content: center;
border-radius: 0.3em;
background-color: #dde;
width: 6em;