money basics: create, update deposits
deposit icon to user list css modified, tablet view available
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user