Author: andre
Date: 2010-06-28 12:17:11 +0200 (Mon, 28 Jun 2010)
New Revision: 42729

Modified:
   openimages/trunk/src/main/webapp/editors/inc/form-login.jspx
   openimages/trunk/src/main/webapp/editors/login.jspx
Log:
css styling

Modified: openimages/trunk/src/main/webapp/editors/inc/form-login.jspx
===================================================================
--- openimages/trunk/src/main/webapp/editors/inc/form-login.jspx        
2010-06-28 10:16:29 UTC (rev 42728)
+++ openimages/trunk/src/main/webapp/editors/inc/form-login.jspx        
2010-06-28 10:17:11 UTC (rev 42729)
@@ -8,17 +8,16 @@
   <mm:import externid="username" from="parameters" />
   <mm:import externid="reason">please</mm:import>
   <mm:import externid="referrer">index.jspx</mm:import>
-  
+
+      
   <form id="loginbox" name="loginbox" method="post" action="${referrer}">
     <fieldset>
-      <input type="hidden" name="command" value="login" />
-      <input type="hidden" name="authenticate" value="name/password" />
-      <div class="first">
-        <h2>editors</h2>
-      </div>
       <mm:compare referid="reason" value="failed">
-        <div class="msg">Het inloggen is niet gelukt.</div>
+        <p class="msg">Het inloggen is niet gelukt.</p>
       </mm:compare>
+      <input type="hidden" name="command" value="login" />
+      <input type="hidden" name="authenticate" value="name/password" />
+      <h2>editors</h2>
       <div>
         <label for="username">Naam</label>
         <input type="text" id="username" name="username" tabindex="1" />

Modified: openimages/trunk/src/main/webapp/editors/login.jspx
===================================================================
--- openimages/trunk/src/main/webapp/editors/login.jspx 2010-06-28 10:16:29 UTC 
(rev 42728)
+++ openimages/trunk/src/main/webapp/editors/login.jspx 2010-06-28 10:17:11 UTC 
(rev 42729)
@@ -8,8 +8,8 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="nl">
 <head>
   <title>OIP editors - Login</title>
-  <link href="${mm:link('/style/css/login.css')}" rel="stylesheet" 
type="text/css" />
-  <link href="${mm:link('/style/images/favicon.ico')}" rel="shortcut icon" />
+  <link href="${mm:link('/style/css/editors.css')}" rel="stylesheet" 
type="text/css" />
+  <link href="${mm:link('/favicon.ico')}" rel="shortcut icon" />
 </head>
 <body class="login" onload="document.loginbox.username.focus()">
 

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to