File tree Expand file tree Collapse file tree 3 files changed +19
-16
lines changed
Expand file tree Collapse file tree 3 files changed +19
-16
lines changed Original file line number Diff line number Diff line change 11.table > thead > tr > th {
22 vertical-align : middle; }
33
4+ .p-t-8 {
5+ padding-top : 8px ; }
6+
47.margin-bottom-basic {
58 margin-bottom : 15px ; }
69
Original file line number Diff line number Diff line change 1212< nav class ="navbar navbar-inverse ">
1313 < div class ="container ">
1414 < a href ="# " class ="navbar-brand "> Angular Data Grid - Bootstrap Design</ a >
15- < ul class ="nav navbar-nav navbar-right ">
16- < li class ="dropdown ">
17- < a class ="dropdown-toggle " data-toggle ="dropdown " role ="button " aria-haspopup ="true "
18- aria-expanded ="false "> Change Theme < span class ="caret "> </ span > </ a >
19- < ul class ="dropdown-menu dropdown-menu-right ">
20- < li >
21- < a href ="index.html "> < strong > Bootstrap Design</ strong > </ a >
22- </ li >
23- < li >
24- < a href ="../material/index.html "> Material Design</ a >
25- </ li >
26- </ ul >
27- </ li >
28- </ ul >
15+ < div class ="btn-group dropdown pull-right p-t-8 " uib-dropdown is-open ="status.isopen ">
16+ < a id ="single-button " type ="button " class ="btn btn-info " uib-dropdown-toggle >
17+ Change Theme < span class ="caret "> </ span >
18+ </ a >
19+ < ul class ="uib-dropdown-menu " aria-labelledby ="simple-dropdown ">
20+ < li >
21+ < a href ="index.html "> < strong > Bootstrap Design</ strong > </ a >
22+ </ li >
23+ < li >
24+ < a href ="../material/index.html "> Material Design</ a >
25+ </ li >
26+ </ ul >
27+ </ div >
2928 </ div >
3029</ nav >
3130< div class ="container ">
@@ -216,7 +215,6 @@ <h3>Angular Data Grid sample using out-of-box Bootstrap styling</h3>
216215</ div >
217216</ body >
218217< script src ="https://code.jquery.com/jquery-1.11.3.min.js "> </ script >
219- < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js "> </ script >
220218< script src ="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js "> </ script >
221219< script src ="https://angular-ui.github.io/bootstrap/ui-bootstrap-tpls-0.14.3.js "> </ script >
222220< script src ="http://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular-animate.min.js "> </ script >
Original file line number Diff line number Diff line change 11.table > thead > tr > th {
22 vertical-align : middle ;
33}
4-
4+ .p-t-8 {
5+ padding-top : 8px ;
6+ }
57.margin-bottom-basic {
68 margin-bottom : 15px ;
79}
You can’t perform that action at this time.
0 commit comments