File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
Resources/views/ElementAdmin Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 1
1
<div class =" elementForm defaultForm elementFormDigitizer" >
2
2
<style media =" all" >
3
- .elementFormDigitizer {
4
- width : 100% ;
5
- }
6
-
7
3
.elementFormDigitizer label .labelInput {
8
4
display : block ;
9
5
margin : 0 ;
23
19
width : 100% ;
24
20
}
25
21
26
- /* Dirty fix */
27
- .popupContainer.modal.show .popupContent , .popupSubContent {
28
- margin-bottom : 0 ;
29
- }
30
22
</style >
31
23
<script language =" JavaScript" >
32
24
$ (function (){
155
147
// Resize popup dand elements
156
148
var popupContainer = $ (" .popupContainer.modal > .popup" );
157
149
var yamlEditorElement = $ (" #elementForm > div > div.inputWrapper.code-yaml > div" );
158
- debugger ;
159
150
160
- popupContainer .css (' margin-top' , 0 );
161
151
popupContainer .animate ({
162
- width: $ (document ).width () ,
163
- height: $ (window ).height () - 10
152
+ width: ' 100%'
164
153
}, 350 );
165
154
166
155
yamlEditorElement .animate ({
167
- height: $ (window ).height () - 285
156
+ height: $ (window ).height () - 375
168
157
}, 350 );
169
158
})
170
159
</script >
You can’t perform that action at this time.
0 commit comments