Skip to content

Commit

Permalink
Fix float
Browse files Browse the repository at this point in the history
  • Loading branch information
DTTerastar committed Sep 3, 2023
1 parent 0aae02b commit 84c8d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AsyncWiFiSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ void AsyncWiFiSettingsClass::httpSetup(bool wifi) {
response->print(F("<!DOCTYPE html>\n<meta charset=UTF-8><title>"));
response->print(html_entities(hostname));
response->print(F("</title><meta name=viewport content='width=device-width,initial-scale=1'>"
"<style>.c,.i,.w{display:block}*{box-sizing:border-box}html{background:#444;font:10pt sans-serif;width:100vw;max-width:100%}body{background:#ccc;color:#000;padding:1em;margin:1em auto}a{color:#000;text-decoration:none}label{clear:both}input:not([type^=c]),select{display:block;width:100%;border:1px solid #444;padding:.3ex}input[type^=s]{display:inline;width:auto;background:#de1;padding:1ex;border:1px solid #000;border-radius:1ex}[type^=c]{float:left;margin-left:-1.5em}:not([type^=s]):focus{outline:#d1ed1e solid 2px}.w::before{content:'\\26a0\\fe0f'}p::before{margin-left:-2em;float:left;padding-top:1ex}.i::before{content:'\\2139\\fe0f'}.c{padding-left:2em}.i,.w{padding:.5ex .5ex .5ex 3em;background:#aaa;min-height:3em}</style>"
"<style>.c,.i,.w{display:block}*{box-sizing:border-box}html{background:#444;font:10pt sans-serif;width:100vw;max-width:100%}body{background:#ccc;color:#000;padding:1em;margin:1em auto}a{color:#000;text-decoration:none}label{clear:both}input:not([type^=c]),select{display:block;width:100%;border:1px solid #444;padding:.3ex}input[type^=s]{display:inline;width:auto;background:#de1;padding:1ex;border:1px solid #000;border-radius:1ex}[type^=c]{float:left;margin-left:-1.5em}:not([type^=s]):focus{outline:#d1ed1e solid 2px}.w::before{content:'\\26a0\\fe0f'}p::before{margin-left:-2em;padding-top:1ex}.i::before{content:'\\2139\\fe0f'}.c{padding-left:2em}.i,.w{padding:.5ex .5ex .5ex 3em;background:#aaa;min-height:3em}</style>"
"<form action=/restart method=post>"));
response->print(F("<input type=submit value=\""));
response->print(_WSL_T.button_restart);
Expand Down

0 comments on commit 84c8d24

Please sign in to comment.