Difference between revisions of "Widget:SharedSkillsFilter"
Jump to navigation
Jump to search
>Eave (Created page with "<includeonly><style> .character-filters { text-align:center; } .character-filters .mw-ui-button-group { flex-wrap:wrap; justify-content:center; margin:3px 1px; } .char...") |
>Eave m (adding support for 5th skill type) |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 11: | Line 11: | ||
height: 20px; | height: 20px; | ||
pointer-events: none; | pointer-events: none; | ||
| + | } | ||
| + | .skill-filters { | ||
| + | display: inline-block; | ||
} | } | ||
</style> | </style> | ||
| Line 116: | Line 119: | ||
</label> | </label> | ||
</div> | </div> | ||
| − | + | <div class="skill-filters"> | |
| − | <div class="skill-filters"> | + | <p style="margin:0">Skill Type</p> |
| − | + | <div class="mw-ui-button-group filter-group-skill"> | |
| − | + | <label class="mw-ui-button" | |
| − | + | data-key="skill" | |
| − | + | data-value="1"> | |
| − | + | Attack | |
| − | + | </label> | |
| − | + | <label class="mw-ui-button" | |
| − | + | data-key="skill" | |
| − | + | data-value="2"> | |
| − | + | Defense | |
| − | + | </label> | |
| − | + | <label class="mw-ui-button" | |
| − | + | data-key="skill" | |
| − | + | data-value="3"> | |
| − | + | Recovery | |
| − | < | + | </label> |
| − | + | <label class="mw-ui-button" | |
| − | + | data-key="skill" | |
| − | + | data-value="4"> | |
| − | + | Support | |
| − | < | + | </label> |
| − | </ | + | <label class="mw-ui-button" |
| + | data-key="skill" | ||
| + | data-value="5"> | ||
| + | Other | ||
| + | </label> | ||
| + | </div> | ||
</div> | </div> | ||
</div></includeonly> | </div></includeonly> | ||