--- a/integration/css/common.css Sat Dec 01 23:48:11 2012 +0100
+++ b/integration/css/common.css Mon Dec 03 13:06:28 2012 +0100
@@ -282,65 +282,63 @@
.button:hover{
background-color: #FF00FC
}
-.user.login h2,
-.user.signup h2 {
+.user-screen.login h2,
+.user-screen.signup h2 {
color: #de2500;
font-size: 14px;
font-weight: 600;
margin-bottom: 12px;
}
-.user.info h2 {
+.user-screen.info h2 {
color: #7628df;
font-size: 18px;
font-weight: 600;margin-bottom: 2px;
}
-.user label{
+.user-screen label{
width: 84px;
font-size: 12px;
display: inline-block;
line-height: 10px;
}
-.user p {
+.user-screen p {
display: block;
line-height: 18px;
margin-bottom: 8px;
overflow: hidden;
}
-.user input[type=text],
-.user input[type=password] {
+.user-screen input[type=text],
+.user-screen input[type=password] {
position: relative;
width: 110px;
padding: 0 5px;
height: 18px;
display: inline-block;
}
-.user .button {
+.user-screen .button {
float: right;
}
/* popin - user - info */
-.user.info {
+.user-screen.info {
text-align: right;
}
-.user h3{
+.user-screen h3{
color: #30036d;
font-size: 14px;
margin-bottom: 10px;
}
-.user .nb-hashcut{
+.user-screen .nb-hashcut{
color: #de2500;
font-size: 14px;
text-decoration: underline;
display: block;
margin-bottom: 12px;
}
-.user .nb-hashcut:hover{
+.user-screen .nb-hashcut:hover{
text-decoration: none;
}
-.user.popin.info .popin-content a.change-account:hover{
- background-color: #FF00FC;
-}
+
/* popin - user - signup */
.signup-button{
background-color: #de2500;
@@ -997,3 +995,7 @@
.media-segment-popin span{
color: #7628df;
}
+
+.hide {
+ display: none;
+}