Custom password hashing for migrating data

This commit is contained in:
Godwin
2014-05-04 21:01:27 -06:00
parent 1aee8c09da
commit 7a768068ec
8 changed files with 1636979 additions and 12 deletions
+14 -1
View File
@@ -48,6 +48,10 @@ table#translations {
}
.grid.links {
&.inactive li > a {
opacity: 0.75;
}
li > a {
display: block;
background-color: $color-5;
@@ -55,8 +59,17 @@ table#translations {
padding: 1em;
min-height: 7em;
&.complete {
background-color: $color-2;
}
&.needs-work {
background-color: $color-4;
}
&:hover {
background-color: $color-1;
opacity: 1;
}
h3 {
@@ -85,4 +98,4 @@ ul.tags,
float: left;
color: lighten($body-font-color, 10);
}
}
}
+6
View File
@@ -389,3 +389,9 @@ table {
}
}
}
@media #{$medium-up} {
.top-bar-section li a:not(.button) {
background: transparent !important;
}
}