1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

Align buttons in modal dialogs to the left instead of right (#38449).

Patch by Go MAEDA.


git-svn-id: https://svn.redmine.org/redmine/trunk@22226 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2023-05-05 03:55:46 +00:00
parent 8d320b864c
commit 8cf91b4749

View File

@ -137,7 +137,7 @@ pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
div.modal { border-radius:5px; background:#fff; z-index:50; padding:4px;}
div.modal h3.title {display:none;}
div.modal p.buttons {text-align:right; margin-bottom:0;}
div.modal p.buttons {margin-bottom:0;}
div.modal .box p {margin: 0.3em 0;}
.clear:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }