Height adjusting multi selector ajax - refs BT#7683

pull/2487/head
Alex Aragon 10 years ago
parent 5fab733a5f
commit a6ef2d55ab
  1. 21
      app/Resources/public/css/base.css
  2. 2
      main/inc/lib/message.lib.php

@ -5257,6 +5257,9 @@ div#chat-remote-video video {
-webkit-border-radius: 5px;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.table-responsive{
overflow-x: inherit;
}
.panel-student{
width: 550px;
}
@ -5878,6 +5881,24 @@ footer{
padding-top: 7px;
margin-right: 10px;
}
.select2-container--default .select2-selection--multiple{
background-color: #FFF !important;
border: 1px solid #CCC !important;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
height: 38px;
}
.select2-container .select2-search--inline .select2-search__field{
margin-top: 3px !important;
}
.select2-dropdown{
background-color: #FFF !important;
border: 1px solid #CCC !important;
border-top: none !important;
}
/* CSS NEW TOP ******************************************************************************/
/* CSS Responsive */
@media (min-width: 1025px) and (max-width: 1200px) {

@ -1089,7 +1089,7 @@ class MessageManager
$message_content .= '
<br />
<hr style="color:#ddd" />
<table height="209px" width="100%">
<table width="100%">
<tr>
<td valign=top class="view-message-content">' . str_replace("\\", "", $content) . '</td>
</tr>

Loading…
Cancel
Save