This repository was archived by the owner on May 27, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ v1.2.1 (2013/10/18)
8
8
* #13 : Fix the width of device sub-menu
9
9
* #15 : Set the Ajax loading indicator at the center of screen
10
10
* #16 : Cannot move the mouse out of the frame after resizing the frame
11
+ * #17 : The nav bar position is changed when showing the About modal
11
12
12
13
v1.2.0 (2013/09/27)
13
14
Original file line number Diff line number Diff line change 9
9
* @license MIT
10
10
*/
11
11
12
+ /* The nav bar position will not be changed when showing the About modal */
13
+ body .modal-open , .modal-open .navbar-fixed-top , .modal-open .navbar-fixed-bottom {
14
+ margin-right : 0 ;
15
+ }
16
+
12
17
.navbar {
13
18
background : # fff ;
14
19
border-bottom : 1px solid # c0c0c0 ;
Original file line number Diff line number Diff line change 80
80
< div class ="rt-ruler "> </ div >
81
81
<!-- :ruler -->
82
82
83
+ <!-- dest-iframe: -->
84
+ < div class ="rt-iframe " ng-style ="{ width: w / pxd + 15 + 'px', height: h / pxd + 'px' } " rt-resizable ng-show ="!loading " id ="iframe ">
85
+ < iframe ng-src ="{{ frameSrc }} " rt-frame-loading > </ iframe >
86
+ </ div >
87
+ <!-- :dest-iframe -->
88
+
83
89
<!-- about: -->
84
90
< div class ="modal fade " id ="about ">
85
91
< div class ="modal-dialog ">
@@ -91,7 +97,7 @@ <h4 class="modal-title">About Responsive Test</h4>
91
97
< div class ="modal-body text-center ">
92
98
< p >
93
99
v1.2.1< br />
94
- Created by Nguyen Huu Phuoc< br />
100
+ Created by < a href =" http://twitter.com/nghuuphuoc " > Nguyen Huu Phuoc</ a > < br />
95
101
© 2013 < a href ="http://apl.vn "> APL Solutions</ a >
96
102
</ p >
97
103
< p >
@@ -109,12 +115,6 @@ <h4 class="modal-title">About Responsive Test</h4>
109
115
</ div >
110
116
<!-- :about -->
111
117
112
- <!-- dest-iframe: -->
113
- < div class ="rt-iframe " ng-style ="{ width: w / pxd + 15 + 'px', height: h / pxd + 'px' } " rt-resizable ng-show ="!loading " id ="iframe ">
114
- < iframe ng-src ="{{ frameSrc }} " rt-frame-loading > </ iframe >
115
- </ div >
116
- <!-- :dest-iframe -->
117
-
118
118
<!-- fork-me -->
119
119
< a href ="https://github.com/nghuuphuoc/responsivetest "> < img style ="position: absolute; top: 0; right: 0; border: 0; z-index: 9999; " src ="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png " alt ="Fork ResponsiveTest on GitHub "> </ a >
120
120
You can’t perform that action at this time.
0 commit comments