File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -646,14 +646,14 @@ tr[data-itemtype="PluginFormcreatorCondition"] ~ tr[data-itemtype="PluginFormcre
646646}
647647
648648.plugin_formcreator_formTile {
649- margin : 0 3px 6 px 3px ;
649+ margin : 0 3px 17 px 3px ;
650650 width : 300px ;
651651 display : inline-block ;
652652 vertical-align : top ;
653653 text-align : left ;
654654 overflow : hidden ;
655655 cursor : pointer ;
656- border-radius : 0 ;
656+ border-radius : 5 px ;
657657 box-sizing : border-box ;
658658 animation-name : fadeInUp ;
659659 animation-iteration-count : 1 ;
Original file line number Diff line number Diff line change @@ -302,10 +302,12 @@ function showTiles(tiles, defaultForms) {
302302 $ ( '#plugin_formcreator_wizard_forms' ) . empty ( ) ;
303303 $ ( '#plugin_formcreator_wizard_forms' ) . prepend ( html ) ;
304304 $ ( '#plugin_formcreator_formlist' ) . masonry ( {
305- horizontalOrder : true
305+ horizontalOrder : true ,
306+ gutter : 10
306307 } ) ;
307308 $ ( '#plugin_formcreator_faqlist' ) . masonry ( {
308- horizontalOrder : true
309+ horizontalOrder : true ,
310+ gutter : 10
309311 } ) ;
310312}
311313
You can’t perform that action at this time.
0 commit comments