Plugin system update

This commit is contained in:
bergware
2022-07-09 11:09:14 +02:00
parent 2f813af61b
commit 681bcff670
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ $style[] = "div.four label:first-child{margin-left:0}";
$style[] = "div.four label{margin-left:2%;cursor:pointer}";
$style[] = "div.allpanels{display:none;position:absolute;left:0;right:0;top:40px;bottom:0;overflow:auto}";
$style[] = "div#footer_panel{position:absolute;left:0;right:0;bottom:0;height:30px;line-height:30px;text-align:center}";
$style[] = "textarea.feedback{width:$width;height:330px;margin:0;resize:none}";
$style[] = "textarea.feedback{width:$width;height:530px;margin:0;resize:none}";
$style[] = "input.submit[type=button]{margin-right:0;float:right}";
$style[] = "input.submit[type=email]{margin-top:10px;float:left}";
$style[] = "p.note,label.note{font-size:1.1rem!important;display:block}";