web/data/cubicweb.login.css
branchstable
changeset 4603 ce19b0a05db3
parent 4594 7b9824d1b734
child 5819 1017163825c7
--- a/web/data/cubicweb.login.css	Wed Feb 17 09:13:00 2010 +0100
+++ b/web/data/cubicweb.login.css	Wed Feb 17 09:13:49 2010 +0100
@@ -1,7 +1,7 @@
 /* styles for the login popup and login form
  *
  *  :organization: Logilab
- *  :copyright: 2003-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+ *  :copyright: 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
  *  :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
  */
 
@@ -11,8 +11,11 @@
   right: 0px;
   width: 26em;
   padding: 0px 1px 1px;
+  background: #E4EAD8;
+}
+
+div#popupLoginBox label{
   font-weight: bold;
-  background: #E4EAD8;
 }
 
 div#popupLoginBox div#loginContent {
@@ -72,7 +75,7 @@
  }
 
 #loginContent input.data {
-  width:12em;
+  width: 12em;
 }
 
 .loginButton {
@@ -81,3 +84,7 @@
   margin: 2px 0px 0px;
   background: #f0eff0 url("gradient-grey-up.png") left top repeat-x;
 }
+
+#loginContent .formButtonBar {
+  float: right;
+}