We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3188ef commit a299a14Copy full SHA for a299a14
css/styles.css
@@ -1129,8 +1129,7 @@ a.plugin_formcreator_formTile_title {
1129
clear: both;
1130
position: fixed;
1131
bottom: 0;
1132
- width: 100%;
1133
- padding: 5px 0;
+ width: calc(100% - 10px);
1134
}
1135
1136
.plugin_formcreator_leftHeader#header .plugin_formcreator_leftMenu {
inc/wizard.class.php
@@ -163,7 +163,7 @@ public static function header($title) {
163
self::showHeaderTopContent();
164
echo '</div>'; //.formcreator_header_top
165
166
- echo '<div id="page" class="plugin_formcreator_page">';
+ echo '<main id="page" class="plugin_formcreator_page">';
167
168
// call static function callcron() every 5min
169
CronTask::callCron();
0 commit comments