Commit b240c455e4f00928a47a255ded18cafe10ba65ee

Authored by Zambom
1 parent eef55d1a

Conversation modal style adjusts

amadeus/static/css/.sass-cache/a7f87b90919294b62ab4f8079e31dcda8f485534/green.sassc
No preview for this file type
amadeus/static/css/base/amadeus.css
... ... @@ -1430,12 +1430,13 @@ div.dataTables_wrapper div.dataTables_paginate {
1430 1430 .message-sender-container .user-img {
1431 1431 padding: 0px;
1432 1432 height: 46px;
  1433 + text-align: center;
1433 1434 }
1434 1435 .message-sender-container .user-img img {
1435 1436 max-height: 46px;
1436 1437 }
1437 1438 .message-sender-container .message-field {
1438   - padding-left: 10px;
  1439 + padding-left: 5px;
1439 1440 padding-right: 0px;
1440 1441 min-height: 46px;
1441 1442 max-height: 90px;
... ...
amadeus/static/css/themes/green.css
... ... @@ -475,7 +475,7 @@ a.add-row {
475 475 color: #26A69A; }
476 476  
477 477 .modal_profile_sidebar h4, .message-view .message-user {
478   - color: #59b75c; }
  478 + color: #26A69A; }
479 479  
480 480 .participant .user-info .status, .modal_profile_sidebar .status {
481 481 border-color: #888;
... ...
amadeus/static/css/themes/green.sass
... ... @@ -646,7 +646,7 @@ a.add-row
646 646 color: #26A69A
647 647  
648 648 .modal_profile_sidebar h4, .message-view .message-user
649   - color: #59b75c
  649 + color: #26A69A
650 650  
651 651 .participant .user-info .status, .modal_profile_sidebar .status
652 652 border-color: #888
... ...