src/hdalab/static/hdalab/css/login.css
author ymh <ymh.work@gmail.com>
Mon, 26 Oct 2015 19:20:54 +0100
changeset 660 04255afd160e
parent 546 0ca66b267d15
child 663 84831614d4c6
permissions -rw-r--r--
display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
384
83adb3fd0efd Update login (and ajax login), and registration pages
rougeronj
parents:
diff changeset
     1
83adb3fd0efd Update login (and ajax login), and registration pages
rougeronj
parents:
diff changeset
     2
/* MODAL POPUP */
83adb3fd0efd Update login (and ajax login), and registration pages
rougeronj
parents:
diff changeset
     3
83adb3fd0efd Update login (and ajax login), and registration pages
rougeronj
parents:
diff changeset
     4
.ui-dialog {
83adb3fd0efd Update login (and ajax login), and registration pages
rougeronj
parents:
diff changeset
     5
	border:none;
83adb3fd0efd Update login (and ajax login), and registration pages
rougeronj
parents:
diff changeset
     6
	border-radius:0px;
83adb3fd0efd Update login (and ajax login), and registration pages
rougeronj
parents:
diff changeset
     7
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
83adb3fd0efd Update login (and ajax login), and registration pages
rougeronj
parents:
diff changeset
     8
}
83adb3fd0efd Update login (and ajax login), and registration pages
rougeronj
parents:
diff changeset
     9
83adb3fd0efd Update login (and ajax login), and registration pages
rougeronj
parents:
diff changeset
    10
.ui-dialog-titlebar-close,
83adb3fd0efd Update login (and ajax login), and registration pages
rougeronj
parents:
diff changeset
    11
.ui-dialog-titlebar{
83adb3fd0efd Update login (and ajax login), and registration pages
rougeronj
parents:
diff changeset
    12
	display:none;
83adb3fd0efd Update login (and ajax login), and registration pages
rougeronj
parents:
diff changeset
    13
}
83adb3fd0efd Update login (and ajax login), and registration pages
rougeronj
parents:
diff changeset
    14
83adb3fd0efd Update login (and ajax login), and registration pages
rougeronj
parents:
diff changeset
    15
.ui-dialog .ui-dialog-content {
83adb3fd0efd Update login (and ajax login), and registration pages
rougeronj
parents:
diff changeset
    16
	padding:0;
546
0ca66b267d15 add custom 400, 500 and 404 pages
ymh <ymh.work@gmail.com>
parents: 529
diff changeset
    17
}
0ca66b267d15 add custom 400, 500 and 404 pages
ymh <ymh.work@gmail.com>
parents: 529
diff changeset
    18
0ca66b267d15 add custom 400, 500 and 404 pages
ymh <ymh.work@gmail.com>
parents: 529
diff changeset
    19
div.register > p {
0ca66b267d15 add custom 400, 500 and 404 pages
ymh <ymh.work@gmail.com>
parents: 529
diff changeset
    20
  font-size: 1.4rem;
660
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    21
}
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    22
p.error {
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    23
	color: #ce4844;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    24
}
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    25
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    26
.errorlist {
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    27
	color: #ce4844;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    28
	margin: 10px 30px;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    29
	font-size: 1.4rem;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    30
}
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    31
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    32
.registration-error > input {
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    33
	background-color: #f9f2f4;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    34
}
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    35
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    36
.helptext {
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    37
	background: none repeat scroll 0 0 #F8F8F8;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    38
	border: 5px solid #DFDFDF;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    39
	color: #717171;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    40
	font-size: 1.4rem;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    41
	line-height: 1.4rem;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    42
	margin: -1.4rem auto 0 10px;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    43
	text-align: center;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    44
	display: none;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    45
	padding: 1rem 1.4rem;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    46
	width: 150px;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    47
}
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    48
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    49
.helptext:after, .helptext:before {
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    50
	right: 100%;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    51
	top: 50%;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    52
	border: solid transparent;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    53
	content: " ";
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    54
	height: 0;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    55
	width: 0;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    56
	position: absolute;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    57
	pointer-events: none;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    58
}
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    59
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    60
.helptext:after {
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    61
	border-color: rgba(248, 248, 248, 0);
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    62
	border-right-color: #f8f8f8;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    63
	border-width: 10px;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    64
	margin-top: -10px;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    65
}
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    66
.helptext:before {
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    67
	border-color: rgba(223, 223, 223, 0);
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    68
	border-right-color: #dfdfdf;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    69
	border-width: 16px;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    70
	margin-top: -16px;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    71
}
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    72
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    73
.registration-field-wrapper:hover .helptext {
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    74
	display:inline-block;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    75
	position: absolute;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    76
}
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    77
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    78
.registration-field-wrapper {
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    79
	color: #4F5451;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    80
	font-size: 1.4rem;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    81
	margin: 10px 30px;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    82
	clear: right;
04255afd160e display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
    83
}