|
@@ -5,31 +5,31 @@ from pytest import mark
|
|
"""<div class="vertical-button-group">
|
|
"""<div class="vertical-button-group">
|
|
<div class="pure-button-group vertical-button-group" role="nav" style="padding: 1em 0.25em 0;">
|
|
<div class="pure-button-group vertical-button-group" role="nav" style="padding: 1em 0.25em 0;">
|
|
<button
|
|
<button
|
|
- class="button-resize pure-button "
|
|
|
|
|
|
+ class="pure-button "
|
|
type="submit"
|
|
type="submit"
|
|
formaction="trend"
|
|
formaction="trend"
|
|
style=""
|
|
style=""
|
|
> Trend </button>
|
|
> Trend </button>
|
|
<button
|
|
<button
|
|
- class="button-resize pure-button pure-button-active"
|
|
|
|
|
|
+ class="pure-button pure-button-active"
|
|
type="submit"
|
|
type="submit"
|
|
formaction="products"
|
|
formaction="products"
|
|
style=""
|
|
style=""
|
|
> Products </button>
|
|
> Products </button>
|
|
<button
|
|
<button
|
|
- class="button-resize pure-button "
|
|
|
|
|
|
+ class="pure-button "
|
|
type="submit"
|
|
type="submit"
|
|
formaction="categories"
|
|
formaction="categories"
|
|
style=""
|
|
style=""
|
|
> Categories </button>
|
|
> Categories </button>
|
|
<button
|
|
<button
|
|
- class="button-resize pure-button "
|
|
|
|
|
|
+ class="pure-button "
|
|
type="submit"
|
|
type="submit"
|
|
formaction="groups"
|
|
formaction="groups"
|
|
style=""
|
|
style=""
|
|
> Groups </button>
|
|
> Groups </button>
|
|
<button
|
|
<button
|
|
- class="button-resize pure-button "
|
|
|
|
|
|
+ class="pure-button "
|
|
type="submit"
|
|
type="submit"
|
|
formaction="tags"
|
|
formaction="tags"
|
|
style=""
|
|
style=""
|