mirror of
https://github.com/znc/znc.git
synced 2026-08-03 07:23:19 +02:00
Make del_user page look nicer.
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1939 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
<input type="hidden" name="submitted" value="1" />
|
||||
<input type="hidden" name="user" value="<? VAR Username ?>" />
|
||||
|
||||
<input type="submit" value="Yes" />
|
||||
<div class="yesnobutton"><input type="submit" value="Yes" /></div>
|
||||
</form>
|
||||
<form action="listusers" method="get">
|
||||
<input type="submit" value="No" />
|
||||
<div class="yesnobutton"><input type="submit" value="No" /></div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -360,3 +360,13 @@ td {
|
||||
.textsection p {
|
||||
margin-bottom: 0.7em;
|
||||
}
|
||||
|
||||
.yesnobutton {
|
||||
float: left;
|
||||
width: 110px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.yesnobutton input {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
@@ -400,3 +400,13 @@ table thead td a:hover {
|
||||
.textsection p {
|
||||
margin-bottom: 0.7em;
|
||||
}
|
||||
|
||||
.yesnobutton {
|
||||
float: left;
|
||||
width: 110px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.yesnobutton input {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
@@ -377,3 +377,13 @@ textarea.monospace {
|
||||
.textsection p {
|
||||
margin-bottom: 0.7em;
|
||||
}
|
||||
|
||||
.yesnobutton {
|
||||
float: left;
|
||||
width: 110px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.yesnobutton input {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user