mirror of
https://github.com/unraid/webgui.git
synced 2026-01-05 17:20:04 -06:00
Feedback form: enable/disable SUBMIT button automatically
This commit is contained in:
@@ -34,6 +34,7 @@ $width = in_array($display['theme'], ['azure','gray']) ? '98.8%' : '100%';
|
||||
div.spinner.fixed{z-index:100000}
|
||||
div#control_panel{position:absolute;left:0;right:0;top:0;padding-top:8px;line-height:24px;white-space:nowrap}
|
||||
div.divide{text-align:center;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
|
||||
div.divide label{margin-right:30px}
|
||||
div.allpanels{display:none;position:absolute;left:0;right:0;top:40px;bottom:0;overflow:auto}
|
||||
div#footer_panel{position:absolute;left:0;right:0;bottom:0;text-align:right}
|
||||
textarea.feedback{width:<?=$width?>;height:530px;margin:0;resize:none}
|
||||
|
||||
Reference in New Issue
Block a user