]> source.dussan.org Git - redmine.git/commitdiff
Align buttons in modal dialogs to the left instead of right (#38449).
authorGo MAEDA <maeda@farend.jp>
Fri, 5 May 2023 03:55:46 +0000 (03:55 +0000)
committerGo MAEDA <maeda@farend.jp>
Fri, 5 May 2023 03:55:46 +0000 (03:55 +0000)
Patch by Go MAEDA.

git-svn-id: https://svn.redmine.org/redmine/trunk@22226 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index fce0dff082211c63984dfdf77ffcd664431a01bd..047f012b3d6de2d712168b5d3469f08471dc1c14 100644 (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; }