Skip to content

Commit b5d3b2c

Browse files
Zhuk, AlexanderZhuk, Alexander
authored andcommitted
fixing bootstrap theme right navbar dropdown button issues
1 parent b150bc7 commit b5d3b2c

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

demo/bootstrap/css/angular-data-grid.bootstrap.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
.table > thead > tr > th {
22
vertical-align: middle; }
33

4-
.p-t-8 {
5-
padding-top: 8px; }
6-
74
.margin-bottom-basic {
85
margin-bottom: 15px; }
96

demo/bootstrap/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
<nav class="navbar navbar-inverse">
1313
<div class="container">
1414
<a href="#" class="navbar-brand">Angular Data Grid - Bootstrap Design</a>
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>
15+
<div class="navbar-form navbar-right" uib-dropdown>
16+
<button id="single-button" type="button" class="btn btn-info" uib-dropdown-toggle>
1717
Change Theme <span class="caret"></span>
18-
</a>
18+
</button>
1919
<ul class="uib-dropdown-menu" aria-labelledby="simple-dropdown">
2020
<li>
2121
<a href="index.html"><strong>Bootstrap Design</strong></a>

demo/bootstrap/scss/angular-data-grid.bootstrap.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
.table > thead > tr > th {
22
vertical-align: middle;
33
}
4-
.p-t-8 {
5-
padding-top: 8px;
6-
}
4+
75
.margin-bottom-basic {
86
margin-bottom: 15px;
97
}

0 commit comments

Comments
 (0)