From 652d1d5accdc4793e71ea4b725d4b2624d56cad2 Mon Sep 17 00:00:00 2001 From: "massimiliano.assante" Date: Fri, 22 Sep 2017 14:29:10 +0000 Subject: [PATCH] Customisation to avoid bootstrap and material clashes for modal git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/message-conversations@154437 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/webapp/MessageConversations.css | 28 ++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) 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; }