diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-04-11 20:21:10 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-04-11 20:21:10 -0400 |
| commit | 5013b49627222ee32aaa64e522680d92dd8bfd8a (patch) | |
| tree | 07a4e1e73417b7d2cbf5037e6363993d66dc47fd /www/templates/montage.html | |
| parent | 2eadfcf83d4d336c4cc794ca047516d96a62e3f7 (diff) | |
#806 move buttons to left
Diffstat (limited to 'www/templates/montage.html')
| -rw-r--r-- | www/templates/montage.html | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/www/templates/montage.html b/www/templates/montage.html index 1d1e980e..3cfe3699 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -58,10 +58,16 @@ </a> </li> + <li> + <a ng-click="clearAllEvents()"> + <i class="ion-checkmark"></i> + </a> + </li> + <li ng-style="{'background-color': isCycleOn()?'rgba(69, 170, 242,0.7)':'rgba(108, 122, 137, 0.7)'}" ng-if="!isDragabillyOn"> <a ng-click="toggleCycle()"> - <i class="ion-android-bicycle"></i>:{{getCycleStatus()}}</a> + <i class="ion-android-bicycle"></i></a> </li> <li ng-if="isDragabillyOn"> @@ -75,11 +81,6 @@ </a> </li> - </ul> - </div> - - <div id="flyoutmenu" style="float:right"> - <ul> <li> <a href="" ng-click="switchMontageProfile()"> <i class="ion-navicon-round"></i> @@ -98,9 +99,10 @@ </a> </li> - </ul> </div> + + <div style="clear: both;"></div> <br /> |
