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:
cflakes
2010-04-25 20:36:42 +00:00
parent db9a9bfaa9
commit e8791a85ec
4 changed files with 32 additions and 2 deletions
+2 -2
View File
@@ -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>
+10
View File
@@ -360,3 +360,13 @@ td {
.textsection p {
margin-bottom: 0.7em;
}
.yesnobutton {
float: left;
width: 110px;
padding-top: 10px;
}
.yesnobutton input {
width: 100px;
}
+10
View File
@@ -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;
}
+10
View File
@@ -377,3 +377,13 @@ textarea.monospace {
.textsection p {
margin-bottom: 0.7em;
}
.yesnobutton {
float: left;
width: 110px;
padding-top: 10px;
}
.yesnobutton input {
width: 100px;
}