mod_admin_web: XHTML fix
authorFlorian Zeitz <florob@babelmonkeys.de>
Sun, 26 Dec 2010 02:23:16 +0100
changeset 298 451e734045d4
parent 297 a70284e01453
child 299 801066bf5793
mod_admin_web: XHTML fix
mod_admin_web/admin_web/www_files/index.html
mod_admin_web/admin_web/www_files/style.css
--- a/mod_admin_web/admin_web/www_files/index.html	Sun Dec 26 02:20:25 2010 +0100
+++ b/mod_admin_web/admin_web/www_files/index.html	Sun Dec 26 02:23:16 2010 +0100
@@ -21,13 +21,15 @@
   </div>
   <div id='login'>
     <form id='cred' name='cred'>
-      <label for='jid'>JID:</label><br/>
-      <input type='text' id='jid' />
-      <br />
-      <label for='pass'>Password:</label><br/>
-      <input type='password' id='pass' />
-      <br />
-      <input type='submit' id='connect' value='connect' />
+      <fieldset>
+        <label for='jid'>JID:</label><br/>
+        <input type='text' id='jid' />
+        <br />
+        <label for='pass'>Password:</label><br/>
+        <input type='password' id='pass' />
+        <br />
+        <input type='submit' id='connect' value='connect' />
+      </fieldset>
     </form>
   </div>
 </div>
--- a/mod_admin_web/admin_web/www_files/style.css	Sun Dec 26 02:20:25 2010 +0100
+++ b/mod_admin_web/admin_web/www_files/style.css	Sun Dec 26 02:23:16 2010 +0100
@@ -49,6 +49,10 @@
   margin-left: 0em
 }
 
+#cred fieldset {
+  border: 0px
+}
+
 #menu {
   display: none
 }