Browse Source

Merge pull request #2210 from aragonc/1.11.x

fix css file
Alex Aragon Calixto 7 years ago
parent
commit
7ed2f9c387
2 changed files with 3 additions and 5 deletions
  1. 2 4
      app/Resources/public/css/base.css
  2. 1 1
      main/messages/new_message.php

+ 2 - 4
app/Resources/public/css/base.css

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

+ 1 - 1
main/messages/new_message.php

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