From 025d8f5db72ccad8edfc39d565f25f1447a9c350 Mon Sep 17 00:00:00 2001
From: Alex ORLUC <alex.orluc@maarch.org>
Date: Sat, 6 Oct 2018 20:37:00 +0200
Subject: [PATCH] fix some css folder tree

---
 apps/maarch_entreprise/css/styles.css         |  5 +---
 .../little_details_invoices.php               |  2 +-
 modules/folder/search_folder_tree.php         | 26 +------------------
 3 files changed, 3 insertions(+), 30 deletions(-)

diff --git a/apps/maarch_entreprise/css/styles.css b/apps/maarch_entreprise/css/styles.css
index 525abb2716f..b9a0e3498ad 100755
--- a/apps/maarch_entreprise/css/styles.css
+++ b/apps/maarch_entreprise/css/styles.css
@@ -3461,10 +3461,7 @@ a.legend hr
 {
     /*width: 520px;*/
 }
-#docView
-{
-    width: 460px;
-}
+
 .linkDiv {
     padding: 5px;
     padding-left: 15px;
diff --git a/apps/maarch_entreprise/indexing_searching/little_details_invoices.php b/apps/maarch_entreprise/indexing_searching/little_details_invoices.php
index 8cd937755b6..f7cff4358bb 100755
--- a/apps/maarch_entreprise/indexing_searching/little_details_invoices.php
+++ b/apps/maarch_entreprise/indexing_searching/little_details_invoices.php
@@ -250,7 +250,7 @@ if (!empty($_SESSION['error'])) {
                     </h3>
                 </p>
             </div>
-            <div class="desc block_light admin" id="desc3" style="display:none">
+            <div class="desc block_light admin" id="desc3" style="display:none;width:100%;">
                 <div class="ref-unit">
                     <?php echo _MENU.' : '; ?>
                     <a href="<?php
diff --git a/modules/folder/search_folder_tree.php b/modules/folder/search_folder_tree.php
index db2ff4a7871..f2b4a21cc3d 100755
--- a/modules/folder/search_folder_tree.php
+++ b/modules/folder/search_folder_tree.php
@@ -76,7 +76,7 @@ $_SESSION['origin'] = 'search_folder_tree';
                 <table width="100%" border="0">
                     <tr>
                         <td align="right">
-                            <label for="folder">
+                            <label for="folder" style="color:white;">
                                 <?php echo _FOLDER; ?> :</label>
                         </td>
                         <td class="indexing_field">
@@ -89,12 +89,6 @@ $_SESSION['origin'] = 'search_folder_tree';
                                 </div>
                             </div>
                         </td>
-                        <!-- <td align="right"><label for="subfolder"><?php echo _SUBFOLDER; ?>
-                        :</label></td>
-                        <td>
-                            <input type="text" name="subfolder" id="subfolder" size="45" onKeyPress="if(event.keyCode == 13) submitForm();" />
-                            <div id="show_subfolder" class="autocomplete"></div>
-                        </td>-->
                         <td>
                             <input id="tree_send" type="button" value="<?php echo _SEARCH; ?>"
                                 onclick="javascript:submitForm();" class="button">
@@ -125,25 +119,7 @@ $_SESSION['origin'] = 'search_folder_tree';
             </tr>
         </table>
     </div>
-    <!-- Display the layout of search_folder_tree -->
 </div>
-<form id="form-country_v1" name="form-country_v1">
-    <div class="typeahead__container">
-        <div class="typeahead__field">
-
-            <span class="typeahead__query">
-                <input class="js-typeahead-country_v1" name="country_v1[query]" placeholder="Search" autocomplete="off"
-                    type="search">
-            </span>
-            <span class="typeahead__button">
-                <button type="submit">
-                    <i class="typeahead__search-icon"></i>
-                </button>
-            </span>
-
-        </div>
-    </div>
-</form>
 <script type="text/javascript">
     loadTypeahead('.folderTest', 'desc', true,
         'index.php?display=true&module=folder&page=autocomplete_folders&mode=folder');
-- 
GitLab