Procházet zdrojové kódy

user/settings: minor input style fix (#4327)

Unknwon před 8 roky
rodič
revize
a6dbde4c46
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      templates/user/settings/delete.tmpl

+ 1 - 1
templates/user/settings/delete.tmpl

@@ -15,7 +15,7 @@
 					<form class="ui form" id="delete-form" action="{{.Link}}" method="post">
 						{{.CsrfTokenHtml}}
 						<input class="fake" type="password">
-						<div class="inline required field {{if .Err_Password}}error{{end}}">
+						<div class="required field {{if .Err_Password}}error{{end}}">
 							<label for="password">{{.i18n.Tr "password"}}</label>
 							<input id="password" name="password" type="password" autofocus required>
 						</div>