Skip to content
Snippets Groups Projects
Commit 21e7d94b authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

Task #9886: layout

parent 9ea33323
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@
<strong style="font-size:16px">{{dataService.lofarTime | date }}</strong>
</p>
</div>
<div style="float:left; width:280px; padding-right:12px; ">
<div style="float:left; width:300px; padding-right:16px; ">
<label>From:</label>
<p class="input-group">
<input type="text" class="form-control" style="float:left; min-width:100px" uib-datepicker-popup="yyyy-MM-dd" ng-model="$parent.dataService.viewTimeSpan.from" ng-change="$parent.onViewTimeSpanFromChanged()" is-open="viewFromDatePopupOpened" datepicker-options="dateOptions" ng-required="true" close-text="Close" close-on-date-selection="false"/>
......@@ -75,7 +75,7 @@
<uib-timepicker ng-model="$parent.dataService.viewTimeSpan.from" ng-change="$parent.onViewTimeSpanFromChanged()" hour-step="1" minute-step="5" show-meridian="false" show-spinners="false"></uib-timepicker>
</p>
</div>
<div style="float:left; width:280px; padding-right:12px; ">
<div style="float:left; width:300px; padding-right:16px; ">
<label>To:</label>
<p class="input-group">
<input type="text" class="form-control" style="float:left; min-width:100px" uib-datepicker-popup="yyyy-MM-dd" ng-model="$parent.dataService.viewTimeSpan.to" ng-change="$parent.onViewTimeSpanToChanged()" is-open="viewToDatePopupOpened" datepicker-options="dateOptions" ng-required="true" close-text="Close" close-on-date-selection="false"/>
......@@ -85,21 +85,21 @@
<uib-timepicker ng-model="$parent.dataService.viewTimeSpan.to" ng-change="$parent.onViewTimeSpanToChanged()" hour-step="1" minute-step="5" show-meridian="false" show-spinners="false"></uib-timepicker>
</p>
</div>
<div style="float:left; min-width:90px;">
<div style="float:left; min-width:90px; padding-right:16px; ">
<label>Scroll:</label>
<p class="input-group">
<button title="Scroll back in time" type="button" class="btn btn-default" ng-click="scrollBack()"><i class="glyphicon glyphicon-step-backward"></i></button>
<button title="Scroll forward in time" type="button" class="btn btn-default" ng-click="scrollForward()"><i class="glyphicon glyphicon-step-forward"></i></button>
</p>
</div>
<div style="float:left; min-width:180px;">
<div style="float:left; min-width:180px; padding-right:16px; ">
<label>Zoom:</label>
<p class="input-group">
<select class="form-control" ng-model="$parent.zoomTimespan" ng-options="option.name for option in $parent.zoomTimespans track by option.value" ng-change="$parent.onZoomTimespanChanged()"></select>
</p>
</div>
<div style="float:left; min-width:50px;">
<label></label>
<label>Disk usage:</label>
<p class="input-group">
<button title="Show disk usage by project" type="button" class="btn btn-default" ng-click="cleanupCtrl.showAllProjectsDiskUsage()"><i class="glyphicon glyphicon-floppy-disk"></i></button>
</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment