diff --git a/src/main/webapp/MessageConversations.css b/src/main/webapp/MessageConversations.css index affa918..7c3fe23 100644 --- a/src/main/webapp/MessageConversations.css +++ b/src/main/webapp/MessageConversations.css @@ -1,7 +1,31 @@ -#wpTreepopup > div.modal-body { - height: 350px; +/* Customisation to avoid bootstrap and material clashes for modal*/ +#wpTreepopup > div.modal-header > h3 { + font-size: 1.5em; + line-height: 20px; } +#wpTreepopup > div.modal-body { + height: 280px; + padding: 3px; +} + +#wpTreepopup > div.modal-body > table > tbody > tr:nth-child(1) > td { + padding: 0px; +} + +#wpTreepopup > div.modal-body div.breadcrumbs-navigator > div > ul{ + padding: 0px; + margin: 0px; +} +#wpTreepopup > div.modal-footer div.htmlSaveName { + display: none; +} + +#wpTreepopup > div.modal-footer > input { + margin: 0px; + height: 20px; +} +/* END Customisation to avoid bootstrap and material clashes for modal*/ .unread-message { border-left: 3px solid #2196f3; }