--- a/integration/css/common.css Thu Oct 25 13:31:02 2012 +0200
+++ b/integration/css/common.css Thu Oct 25 14:51:17 2012 +0200
@@ -167,14 +167,8 @@
}
/* popin - user */
-.user.popin.signup {
- display: none;
-}
-.user.popin.info {
- display: none;
-}
-.user.popin.login {
- display: none;
+.popin {
+ display: none;
}
.user.popin{
@@ -205,17 +199,24 @@
.button:hover{
background-color: #FF00FC
}
-.user h2 {
+.user.login h2, .user.signup h2 {
color: #de2500;
font-size: 14px;
+ font-weight: 600;
margin-bottom: 12px;
}
+
+.user.info h2 {
+ color: #7628df;
+ font-size: 18px;
+ font-weight: 600;margin-bottom: 2px;
+}
+
.user label{
width: 84px;
font-size: 12px;
display: inline-block;
- float: left;
- line-height: 12px;
+ line-height: 10px;
}
.user p {
display: block;
@@ -225,7 +226,6 @@
}
.user input[type=text],
.user input[type=password] {
- float: left;
position: relative;
width: 110px;
padding: 0 5px;
@@ -236,16 +236,9 @@
float: right;
}
/* popin - user - info */
-.user .popin-content{
- min-width: 150px;
+.user.info {
text-align: right;
}
-.user h2{
- color: #7628df;
- font-size: 18px;
- font-weight: 600;
- margin-bottom: 2px;
-}
.user h3{
color: #30036d;
font-size: 14px;