Skip to content

Instantly share code, notes, and snippets.

@golyshevd
Created December 10, 2012 09:45
Show Gist options
  • Save golyshevd/4249636 to your computer and use it in GitHub Desktop.
Save golyshevd/4249636 to your computer and use it in GitHub Desktop.
Untitled
.b-help-vote__l-no {
display: inline-block;
}
* html .b-help-vote__l-no {
display: inline;
zoom: 1;
}
.b-help-vote * {
vertical-align: top;
}
<!-- content to be placed inside <body>…</body> -->
<form class="b-help-vote">
<input type="hidden"/>
<!-- input@type="hidden" ... -->
<span class="b-help-vote__question">Всегда один вопрос?</span>
<input type="submit" class="b-help-vote__yes" value="Да">
<span class="b-help-vote__l-no">
<input type="submit" class="b-help-vote__no" value="Нет"/><br/>
<input type="submit" class="b-help-vote__no" value="Нет"/><br/>
<input type="submit" class="b-help-vote__no" value="Нет"/><br/>
</span>
</form>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment