From e8791a85ec559e496158646d80d4dc79bef5ba65 Mon Sep 17 00:00:00 2001 From: cflakes Date: Sun, 25 Apr 2010 20:36:42 +0000 Subject: [PATCH] Make del_user page look nicer. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1939 726aef4b-f618-498e-8847-2d620e286838 --- modules/www/webadmin/del_user.tmpl | 4 ++-- webskins/_default_/pub/_default_.css | 10 ++++++++++ webskins/dark-clouds/pub/dark-clouds.css | 10 ++++++++++ webskins/ice/pub/ice.css | 10 ++++++++++ 4 files changed, 32 insertions(+), 2 deletions(-) diff --git a/modules/www/webadmin/del_user.tmpl b/modules/www/webadmin/del_user.tmpl index 59a8dcfa..d6fe0f75 100644 --- a/modules/www/webadmin/del_user.tmpl +++ b/modules/www/webadmin/del_user.tmpl @@ -8,10 +8,10 @@ - +
- +
diff --git a/webskins/_default_/pub/_default_.css b/webskins/_default_/pub/_default_.css index 43c9160e..597d8468 100644 --- a/webskins/_default_/pub/_default_.css +++ b/webskins/_default_/pub/_default_.css @@ -360,3 +360,13 @@ td { .textsection p { margin-bottom: 0.7em; } + +.yesnobutton { + float: left; + width: 110px; + padding-top: 10px; +} + +.yesnobutton input { + width: 100px; +} diff --git a/webskins/dark-clouds/pub/dark-clouds.css b/webskins/dark-clouds/pub/dark-clouds.css index 409ef229..c1ceba19 100644 --- a/webskins/dark-clouds/pub/dark-clouds.css +++ b/webskins/dark-clouds/pub/dark-clouds.css @@ -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; +} diff --git a/webskins/ice/pub/ice.css b/webskins/ice/pub/ice.css index f34122d0..bbc009d4 100644 --- a/webskins/ice/pub/ice.css +++ b/webskins/ice/pub/ice.css @@ -377,3 +377,13 @@ textarea.monospace { .textsection p { margin-bottom: 0.7em; } + +.yesnobutton { + float: left; + width: 110px; + padding-top: 10px; +} + +.yesnobutton input { + width: 100px; +}