Add RememberMe feature and authentications history

This commit is contained in:
Frédéric Guillot
2014-04-19 22:12:12 -04:00
parent 5aacb6a763
commit a04ecbde77
24 changed files with 949 additions and 55 deletions

View File

@@ -65,6 +65,7 @@ table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
margin-bottom: 20px;
}
table caption {
@@ -80,7 +81,8 @@ td {
border: 1px solid #ccc;
padding-top: 0.5em;
padding-bottom: 0.5em;
padding-left: 5px;
padding-left: 3px;
padding-right: 3px;
}
th {
@@ -89,13 +91,23 @@ th {
}
tr:nth-child(odd) td {
background: #fcfcfc;
background: #f8f8f8;
}
td li {
margin-left: 20px;
}
.table-small {
font-size: 0.85em;
}
.table-hover tr:hover td {
border-top: 2px solid #333;
border-bottom: 2px solid #333;
background: rgb(219, 235, 255)
}
/* forms */
form {
padding-top: 5px;