Skip to content

Commit

Permalink
fix css file
Browse files Browse the repository at this point in the history
  • Loading branch information
aragonc committed Oct 31, 2017
1 parent 4c85baa commit e3e769a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions app/Resources/public/css/base.css
Expand Up @@ -3967,9 +3967,6 @@ ul.holder li.bit-box{
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
#file-descrtiption.form-control{
width: 80%;
}
.session-course-edit .control{
padding-top: 2em;
padding-bottom: 2em;
Expand Down Expand Up @@ -6055,7 +6052,8 @@ ul#toolnavbox-two li a.btn{
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.select2-container .select2-search--inline .select2-search__field{
margin-top: 3px !important;
margin-top: 6px !important;
margin-bottom: 4px !important;
}
.select2-dropdown{
background-color: #FFF !important;
Expand Down
2 changes: 1 addition & 1 deletion main/messages/new_message.php
Expand Up @@ -210,7 +210,7 @@ function manageForm($default, $select_from_user_list = null, $sent_to = null)
<div id="paths-description" class="form-group">
<label class="col-sm-4">'.get_lang('Description').'</label>
<div class="col-sm-8">
<input id="file-descrtiption" style="width:100%;" type="text" name="legend[]" />
<input id="file-descrtiption" class="form-control" type="text" name="legend[]" />
</div>
</div>
</div>
Expand Down

0 comments on commit e3e769a

Please sign in to comment.