Commit b240c455e4f00928a47a255ded18cafe10ba65ee
1 parent
eef55d1a
Exists in
master
and in
2 other branches
Conversation modal style adjusts
Showing
4 changed files
with
4 additions
and
3 deletions
Show diff stats
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,12 +1430,13 @@ div.dataTables_wrapper div.dataTables_paginate { | ||
1430 | .message-sender-container .user-img { | 1430 | .message-sender-container .user-img { |
1431 | padding: 0px; | 1431 | padding: 0px; |
1432 | height: 46px; | 1432 | height: 46px; |
1433 | + text-align: center; | ||
1433 | } | 1434 | } |
1434 | .message-sender-container .user-img img { | 1435 | .message-sender-container .user-img img { |
1435 | max-height: 46px; | 1436 | max-height: 46px; |
1436 | } | 1437 | } |
1437 | .message-sender-container .message-field { | 1438 | .message-sender-container .message-field { |
1438 | - padding-left: 10px; | 1439 | + padding-left: 5px; |
1439 | padding-right: 0px; | 1440 | padding-right: 0px; |
1440 | min-height: 46px; | 1441 | min-height: 46px; |
1441 | max-height: 90px; | 1442 | max-height: 90px; |
amadeus/static/css/themes/green.css
@@ -475,7 +475,7 @@ a.add-row { | @@ -475,7 +475,7 @@ a.add-row { | ||
475 | color: #26A69A; } | 475 | color: #26A69A; } |
476 | 476 | ||
477 | .modal_profile_sidebar h4, .message-view .message-user { | 477 | .modal_profile_sidebar h4, .message-view .message-user { |
478 | - color: #59b75c; } | 478 | + color: #26A69A; } |
479 | 479 | ||
480 | .participant .user-info .status, .modal_profile_sidebar .status { | 480 | .participant .user-info .status, .modal_profile_sidebar .status { |
481 | border-color: #888; | 481 | border-color: #888; |
amadeus/static/css/themes/green.sass
@@ -646,7 +646,7 @@ a.add-row | @@ -646,7 +646,7 @@ a.add-row | ||
646 | color: #26A69A | 646 | color: #26A69A |
647 | 647 | ||
648 | .modal_profile_sidebar h4, .message-view .message-user | 648 | .modal_profile_sidebar h4, .message-view .message-user |
649 | - color: #59b75c | 649 | + color: #26A69A |
650 | 650 | ||
651 | .participant .user-info .status, .modal_profile_sidebar .status | 651 | .participant .user-info .status, .modal_profile_sidebar .status |
652 | border-color: #888 | 652 | border-color: #888 |