Bläddra i källkod

fixed group loader height

tags/1.0.0
Robin Thoni 10 år sedan
förälder
incheckning
3952a43201
2 ändrade filer med 5 tillägg och 12 borttagningar
  1. 4
    11
      app/less/app.less
  2. 1
    1
      app/views/sidebar.html

+ 4
- 11
app/less/app.less Visa fil

135
   text-align: right;
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 Visa fil

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

Laddar…
Avbryt
Spara