mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-16 16:28:48 +10:00
[임대현] [NOBTS] navbar, transactionTable UI 살짝 변경
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@2644 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 836 B |
@@ -15,7 +15,8 @@
|
||||
}
|
||||
|
||||
.transaction-table_header {
|
||||
background-color: #dff0d8;
|
||||
/*background-color: #dff0d8;*/
|
||||
background: #fafafa url(../images/fhbg.gif) repeat-x bottom;
|
||||
height: 30px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<li class="for-datetimepicker">
|
||||
<div ng-show="periodType == 'last'" class="btn-group" style="margin-top:0px;">
|
||||
<label class="btn" ng-class="{'btn-success': periodType == 'last'}">
|
||||
<input type="radio" ng-click="changePeriodTypeTo('range')"><i class="icon-refresh icon-white"></i>
|
||||
<input type="radio" ng-click="changePeriodTypeTo('range')"><i class="icon-calendar icon-white"></i>
|
||||
</label>
|
||||
<label class="btn" ng-class="{'btn-info': period == 5}">
|
||||
<input type="radio" ng-click="periodClick(5)">Last 5m
|
||||
@@ -46,7 +46,7 @@
|
||||
</div>
|
||||
<div ng-show="periodType == 'range'" class="datetimepicker input-prepend input-append date">
|
||||
<button class="btn btn-success" ng-click="changePeriodTypeTo('last')">
|
||||
<i class="icon-refresh icon-white"></i>
|
||||
<i class="icon-th-list icon-white"></i>
|
||||
</button>
|
||||
<input id="from-picker" type="text">
|
||||
<span class="add-on">
|
||||
|
||||
Reference in New Issue
Block a user