File tree 2 files changed +9
-5
lines changed
stylesheets/rails_admin/base
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 123
123
var widget = this ;
124
124
if ( ! widget . dialog ) {
125
125
widget . dialog = $ ( '<div id="modal" class="modal fade">\
126
+ <div class="modal-dialog">\
127
+ <div class="modal-content">\
126
128
<div class="modal-header">\
127
129
<a href="#" class="close" data-dismiss="modal">×</a>\
128
130
<h3 class="modal-header-title">...</h3>\
134
136
<a href="#" class="btn cancel-action">...</a>\
135
137
<a href="#" class="btn btn-primary save-action">...</a>\
136
138
</div>\
139
+ </div>\
140
+ </div>\
137
141
</div>' )
138
142
. modal ( {
139
143
keyboard : true ,
140
144
backdrop : true ,
141
145
show : true
142
146
} )
143
- . on ( 'hidden' , function ( ) {
147
+ . on ( 'hidden.bs.modal ' , function ( ) {
144
148
widget . dialog . remove ( ) ; // We don't want to reuse closed modals
145
149
widget . dialog = null ;
146
150
} ) ;
Original file line number Diff line number Diff line change @@ -173,10 +173,10 @@ body.rails_admin {
173
173
}
174
174
}
175
175
176
- .modal {
177
- width : 750px ;
178
- margin-left : -375px ;
179
- }
176
+ // .modal {
177
+ // width: 750px;
178
+ // margin-left: -375px;
179
+ // }
180
180
181
181
/* nested nav */
182
182
.nav.nav-list {
You can’t perform that action at this time.
0 commit comments