Added account settings management and avatars

This commit is contained in:
Marcin Kurczewski
2014-09-07 00:33:46 +02:00
parent bfee96c59e
commit ee2ca7fbaf
40 changed files with 1178 additions and 175 deletions

View File

@ -44,3 +44,15 @@ input[type=button] {
font-family: 'Droid Sans', sans-serif;
font-size: 17px;
}
.file-handler {
border: 3px dashed #eee;
padding: 0.3em 0.5em;
line-height: 140% !important;
text-align: center;
cursor: pointer;
}
.file-handler.active {
border-color: #6a2;
background-color: #eeffcc;
}