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

Commit f7fd0ce

Browse files
Core: Add margin to floating icons
Fixes gh-8422 Closes gh-8426
1 parent fe366ad commit f7fd0ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: css/structure/jquery.mobile.core.css

+2
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,12 @@ div.ui-mobile-viewport {
303303
.ui-widget-icon-floatbeginning {
304304
bottom: auto;
305305
float: left;
306+
margin-right: 1em;
306307
}
307308
.ui-widget-icon-floatend {
308309
bottom: auto;
309310
float: right;
311+
margin-left: 1em;
310312
}
311313

312314
/* Button elements and input buttons */

0 commit comments

Comments
 (0)