add index to time sent in EFCLientMessage, so we can retrieve faster in context view
set the maximum height of the add link to profile on client chat move change history into a seperate service move around AC penalty processing
This commit is contained in:
@ -6409,3 +6409,11 @@ form *, select {
|
||||
.client-message, .automated-penalty-info-detailed {
|
||||
cursor: pointer; }
|
||||
|
||||
#footer_text {
|
||||
font-size: 0.85rem; }
|
||||
|
||||
.footer-mobile {
|
||||
position: fixed;
|
||||
bottom: 1em;
|
||||
right: 1em; }
|
||||
|
||||
|
10
WebfrontCore/wwwroot/css/bootstrap-custom.scss
vendored
10
WebfrontCore/wwwroot/css/bootstrap-custom.scss
vendored
@ -209,3 +209,13 @@ form *, select {
|
||||
.client-message, .automated-penalty-info-detailed {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#footer_text {
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
|
||||
.footer-mobile {
|
||||
position: fixed;
|
||||
bottom: 1em;
|
||||
right: 1em;
|
||||
}
|
||||
|
Reference in New Issue
Block a user