Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

<button> and <a> different font size in footer #3998

@H2Os

Description

@H2Os

An a link defaults to mini in a footer, but a button doesn't.

Markup:

   <div data-role="footer" data-theme="e">
        <button type="button" id="skillSelect_Save" data-icon="check">Save</button>
        <a href="#" data-type="button" data-rel="back" data-icon="delete">Close</a>
    </div><!-- /footer -->

Tested on IE9, Chrome 18.0.1025.152 m, FF 11.0, Safari (5.1.5 for Windows and iOS 5.1 on iPad and iPhone 4S) and Opera 11.61.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions