We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please describe. The quick search renders this:
<span class="aftb-search-popup" style="left: -130.033px; top: 24px; display: inline;"><input type="text" placeholder="Search for..." maxlength="50"><button>Search</button><br><a href="https://dnnmoduletest3.tb.40fdev.me/activeforums/Home/afv/searchadvanced/f/0">Advanced Search</a><input type="radio" name="afsrt" value="0" checked="checked">Topics<input type="radio" name="afsrt" value="1">Posts</span>
Which is difficult to style using CSS
At a minimum the inputs that the end should be wrapped in a div.
Hack around this limitation in CSS
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Improved Quick Search HTML DNNCommunity#577
d226ea5
@johnhenley @WillStrohl I was CSS-hacking around this limitation and decided to just fix it :-)
Sorry, something went wrong.
Merge pull request #578 from Timo-Breumelhof/features/557-Quick-Searc…
e376dd5
…h-HTML ENH: Improved Quick Search HTML #577
Fixed with new Default Theme
Timo-Breumelhof
No branches or pull requests
Is your feature request related to a problem?
Please describe.
The quick search renders this:
<span class="aftb-search-popup" style="left: -130.033px; top: 24px; display: inline;"><input type="text" placeholder="Search for..." maxlength="50"><button>Search</button><br><a href="https://dnnmoduletest3.tb.40fdev.me/activeforums/Home/afv/searchadvanced/f/0">Advanced Search</a><input type="radio" name="afsrt" value="0" checked="checked">Topics<input type="radio" name="afsrt" value="1">Posts</span>
Which is difficult to style using CSS
Describe the solution you'd like
At a minimum the inputs that the end should be wrapped in a div.
Describe alternatives you've considered
Hack around this limitation in CSS
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: