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

Commit

Permalink
Icons: Added floating icons helper classes
Browse files Browse the repository at this point in the history
Fixes gh-8145
  • Loading branch information
jaspermdegroot committed Aug 2, 2015
1 parent c07486e commit 6886a5e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/structure/jquery.mobile.core.css
Expand Up @@ -304,6 +304,16 @@ div.ui-mobile-viewport {
margin-left: -11px;
}

/* Float icons helper classes */
.ui-widget-icon-floatbeginning {
bottom: auto;
float: left;
}
.ui-widget-icon-floatend {
bottom: auto;
float: right;
}

/* Buttons in header position classes */
.ui-header .ui-button-left,
.ui-header .ui-button-right,
Expand Down

0 comments on commit 6886a5e

Please sign in to comment.