added credits

This commit is contained in:
Tóth Richárd
2019-08-05 17:59:01 +02:00
parent 1f7b0a06d0
commit d760306d97
6 changed files with 275 additions and 172 deletions

View File

@@ -241,7 +241,15 @@ a.addbutton.noti {
border-left: 2px solid #000;
font-size: 18px;
font-family: Arial;
}
.list .name_tag.credit-warning {
background-color: rgb(255, 190, 120);
}
.list .name_tag.restricted, .list .name_tag.credit-restricted {
background-color: #fd4d4d;
cursor: not-allowed;
}
.user_mod_form {
@@ -727,82 +735,85 @@ form#auto_filters > div > label {
@media (min-width: 680px) {
.categories {
width: unset;
text-align: left;
margin: 0px 0px 0px 45px;
padding: 0;
}
.categories {
width: unset;
text-align: left;
margin: 0px 0px 0px 45px;
padding: 0;
}
.toggle {
width: 50px;
height: 50px;
position: relative;
right: -5px;
top: -10px;
background-color: #edfc5a;
float: right;
border-right: 3px solid;
cursor: pointer;
}
.toggle {
width: 50px;
height: 50px;
position: relative;
right: -5px;
top: -10px;
background-color: #edfc5a;
float: right;
border-right: 3px solid;
cursor: pointer;
}
.list .list_item .toggle img {
position: relative;
left: 12px;
top: 10px;
width: 25px;
height: 25px;
}
.list .list_item .toggle img {
position: relative;
left: 12px;
top: 10px;
width: 25px;
height: 25px;
}
.name_span {
min-width: 200px;
display: inline-block;
margin: 0;
}
.name_span {
min-width: 200px;
display: inline-block;
margin: 0;
}
.category_list {
width: 25%;
margin: 0;
display: inline;
}
.category_list {
width: 25%;
margin: 0;
display: inline;
}
.add_category {
width: 25%;
margin: 0;
}
.add_category {
width: 25%;
margin: 0;
}
.list .date_separator {
width: 100%;
}
.list .date_separator {
width: 100%;
}
.balance {
clear: both;
text-align: left;
margin: 10px 0px 15px 0px;
font-size: 20px;
font-weight: bold;
padding-left: 5px;
border-bottom: 2px solid;
width: 30%;
}
.balance {
clear: both;
text-align: left;
margin: 10px 0px 15px 0px;
font-size: 20px;
font-weight: bold;
padding-left: 5px;
border-bottom: 2px solid;
width: 30%;
}
.list_item table.money td.no_mobile_show {
display: table-cell;
}
.list_item table.money td.no_mobile_show {
display: table-cell;
}
.list_item table.money td.sum {
width: 1%;
white-space: nowrap;
}
.list_item table.money td.quarter_width {
width: 25%;
min-width: 100px;
text-align: left;
}
.list_item table.money td.sum {
width: 1%;
white-space: nowrap;
}
.list_item table.money td.quarter_width {
width: 25%;
min-width: 100px;
text-align: left;
}
.credit-text {
float: right;
margin-right: 15px;
}
}
@media (min-width: 1250px) {
@@ -875,6 +886,4 @@ form#auto_filters > div > label {
.diary_header .balance_text {
}
}