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
This commit is contained in:
Massimiliano Assante 2017-09-22 14:29:10 +00:00
parent 4c498464dc
commit 652d1d5acc
1 changed files with 26 additions and 2 deletions

View File

@ -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;
}