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; +}