Ver código fonte

fixed group loader height

tags/1.0.0
Robin Thoni 8 anos atrás
pai
commit
3952a43201
2 arquivos alterados com 5 adições e 12 exclusões
  1. 4
    11
      app/less/app.less
  2. 1
    1
      app/views/sidebar.html

+ 4
- 11
app/less/app.less Ver arquivo

@@ -135,14 +135,7 @@ footer {
135 135
   text-align: right;
136 136
 }
137 137
 
138
-
139
-/*
140
-.md-datepicker-input-container {
141
-  margin-bottom: 10px;
142
-  padding-bottom: 10px;
143
-  border-bottom-width: 2px;
144
-}
145
-.md-datepicker-input{
146
-  font-size: large;
147
-}
148
-*/
138
+.sidebar-group-list {
139
+  height: 100%;
140
+  min-height: 75px;
141
+}

+ 1
- 1
app/views/sidebar.html Ver arquivo

@@ -10,7 +10,7 @@
10 10
             This sidenav is locked open on your device. To go back to the default behavior,
11 11
             narrow your display.
12 12
         </p>-->
13
-        <ul class="col-sm-12" lu-busy="sidebar">
13
+        <ul class="col-sm-12 sidebar-group-list" lu-busy="sidebar">
14 14
             <li ng-show="DataShareBusiness.CurrentGroups.length != 0" class="col-xs-12">
15 15
                 <md-button class="md-primary md-hue-1 md-group-button col-xs-12"
16 16
                            ng-href="{{DataShareBusiness.getGroupUrl(DataShareBusiness.getCurrentGroup().Parent)}}">

Carregando…
Cancelar
Salvar