extended user diary, added diary entry class, added view deposit option to user list
This commit is contained in:
@@ -211,6 +211,10 @@ td.create a {
|
||||
border-left: 2px solid #000;
|
||||
}
|
||||
|
||||
.side_block:hover {
|
||||
background-color: #B7B7B7;
|
||||
}
|
||||
|
||||
.list .list_item img, .list .name_tag img, .list .name_tag_checked img{
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
@@ -263,6 +267,17 @@ td.create a {
|
||||
margin: 10px 0px !important;
|
||||
}
|
||||
|
||||
.balance {
|
||||
clear: both;
|
||||
text-align: center;
|
||||
margin: 10px 0px 15px 0px;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
padding: 0px 5px;
|
||||
border-bottom: 2px solid;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.transp {
|
||||
opacity: 0.5;
|
||||
}
|
||||
@@ -338,26 +353,21 @@ table.log tr.delete:hover {
|
||||
|
||||
@media (min-width: 680px) {
|
||||
|
||||
/* */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.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%;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
@@ -411,4 +421,6 @@ table.log tr.delete:hover {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user