diff --git a/modules/www/webadmin/add_edit_user.tmpl b/modules/www/webadmin/add_edit_user.tmpl index 25a7e72a..447d0b02 100644 --- a/modules/www/webadmin/add_edit_user.tmpl +++ b/modules/www/webadmin/add_edit_user.tmpl @@ -23,7 +23,7 @@
-
Confirm Password:
+
Confirm password:
@@ -47,11 +47,11 @@
-
Nick:
+
Nickname:
-
AltNick:
+
Alt. Nickname:
@@ -65,24 +65,24 @@
-
RealName:
+
Realname:
-
+
VHost:
-
+
-
QuitMsg:
+
Quit Message:
@@ -95,6 +95,14 @@
One server per line, host [+]port[ password]
+ +
+
Active:
+
checked="checked" /> +
+
+
+
@@ -238,6 +246,21 @@
One reply per line. Example: TIME Buy a watch! +
+
Skin:
+
+ 1 ?> + + + No other skins found + +
+
diff --git a/modules/www/webadmin/settings.tmpl b/modules/www/webadmin/settings.tmpl index 683f00ed..fc59eac1 100644 --- a/modules/www/webadmin/settings.tmpl +++ b/modules/www/webadmin/settings.tmpl @@ -47,7 +47,7 @@
diff --git a/webskins/dark-clouds/pub/dark-clouds.css b/webskins/dark-clouds/pub/dark-clouds.css index b68929f1..a0362072 100644 --- a/webskins/dark-clouds/pub/dark-clouds.css +++ b/webskins/dark-clouds/pub/dark-clouds.css @@ -62,16 +62,13 @@ h3 { .subsection { clear: both; border-top: 1px solid #000; - margin: 0 0 1em 0; - padding: 8px 10px 0 8px; + margin: 0; + padding: 8px 10px 5px 8px; } .subsection div { display: inline-block; -} - -.subsection div { - padding: 3px 0 0 0; + padding-bottom: 3px; } .subsection .inputlabel { @@ -81,7 +78,7 @@ h3 { .subsection .info { display: block; - margin-top: 3px; + margin: 5px 0 2px 0; font-size: 80%; }