Explorar el Código

ux: minor fixes

Torkel Ödegaard hace 8 años
padre
commit
63d4499a2b
Se han modificado 2 ficheros con 23 adiciones y 23 borrados
  1. 22 22
      public/app/core/components/search/search.html
  2. 1 1
      public/sass/layout/_page.scss

+ 22 - 22
public/app/core/components/search/search.html

@@ -31,28 +31,28 @@
     </div>
 
     <div class="search-dropdown__col_2">
-      <div class="search-filter-box">
-        <div class="search-filter-box__header">
-          <i class="fa fa-filter"></i>
-          Filter by:
-          <a class="pointer pull-right small">
-            <i class="fa fa-remove"></i> Clear
-          </a>
-        </div>
-
-        <div class="gf-form">
-          <folder-picker initial-title="ctrl.initialFolderFilterTitle"
-                         on-change="ctrl.onFolderChange($folder)"
-                         label-class="width-4">
-          </folder-picker>
-        </div>
-
-        <div class="gf-form">
-          <label class="gf-form-label width-4">Tags</label>
-          <bootstrap-tagsinput ng-model="ctrl.dashboard.tags" tagclass="label label-tag" placeholder="add tags">
-          </bootstrap-tagsinput>
-        </div>
-      </div>
+      <!-- <div class="search&#45;filter&#45;box"> -->
+      <!--   <div class="search&#45;filter&#45;box__header"> -->
+      <!--     <i class="fa fa&#45;filter"></i> -->
+      <!--     Filter by: -->
+      <!--     <a class="pointer pull&#45;right small"> -->
+      <!--       <i class="fa fa&#45;remove"></i> Clear -->
+      <!--     </a> -->
+      <!--   </div> -->
+      <!--  -->
+      <!--   <div class="gf&#45;form"> -->
+      <!--     <folder&#45;picker initial&#45;title="ctrl.initialFolderFilterTitle" -->
+      <!--                    on&#45;change="ctrl.onFolderChange($folder)" -->
+      <!--                    label&#45;class="width&#45;4"> -->
+      <!--     </folder&#45;picker> -->
+      <!--   </div> -->
+      <!--  -->
+      <!--   <div class="gf&#45;form"> -->
+      <!--     <label class="gf&#45;form&#45;label width&#45;4">Tags</label> -->
+      <!--     <bootstrap&#45;tagsinput ng&#45;model="ctrl.dashboard.tags" tagclass="label label&#45;tag" placeholder="add tags"> -->
+      <!--     </bootstrap&#45;tagsinput> -->
+      <!--   </div> -->
+      <!-- </div> -->
 
       <div class="search-filter-box">
         <a href="dashboard/new" class="search-filter-box-link">

+ 1 - 1
public/sass/layout/_page.scss

@@ -30,7 +30,7 @@
   height: 100%;
 
   &--dashboard {
-    height: calc(100% - 54px);
+    height: calc(100% - 56px);
   }
 }