money basics: create, update deposits

deposit icon to user list
css modified, tablet view available
This commit is contained in:
Ricsi
2017-01-22 21:23:27 +01:00
parent c19957eaef
commit d73e0cce1a
13 changed files with 428 additions and 62 deletions

View File

@@ -126,7 +126,7 @@ input[type=email]:hover {
width: 100%;
}
}
@media (min-width: 1200px) {
@media (min-width: 1000px) {
form > div > label,
legend {
text-align: right;
@@ -136,4 +136,13 @@ input[type=email]:hover {
.form_wrapper {
width: 70%;
}
}
@media (min-width: 601px) {
form > div > label,
legend {
text-align: right;
padding-top: 5px;
float: left;
}
}