Add languages, categorized them, add rechaptcha

This commit is contained in:
JoseluCross
2018-09-16 13:04:58 +02:00
parent 6d2466b5b1
commit d71a111fe9
14 changed files with 225 additions and 88 deletions

View File

@@ -76,13 +76,17 @@ p{
margin-bottom: 30px;
}
.codeFilterCheckBox, .codeFilterButton{
.codeFilterCheckBox, .codeFilterButton, .codeFilterTitle{
margin: 0.2em 0;
padding: 0;
width: 100px;
float: left;
}
.codeFilterTitle {
font-weight: bold;
}
.codeFilterSearch {
margin-top: 1em;
}
@@ -136,11 +140,16 @@ p{
transform: rotate(180deg);
}
#filterBlock{
.sub-depth{
border-radius: 5px;
box-shadow: inset 0px 0px 5px rgba(119, 119, 119, 0.205);
}
#filterBlock, .filterBlock{
align-content: center;
width: 90%;
margin-left: 7%;
margin-right: 3%;
margin-left: 5%;
margin-right: 5%;
}
#user{
@@ -164,6 +173,16 @@ p{
animation: spin 2s linear infinite;
}
@media (min-width: 992px) {
.nopadding {
padding: 0%;
}
}
.nomargin {
margin: 0%;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }