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

Commit

Permalink
Fixes #3586 — Scopes set fieldcontain width (25%) in header/footer to…
Browse files Browse the repository at this point in the history
…olbars to fieldcontains with ui-fieldcontain-left/right classes (the addition of which is still in progress).
  • Loading branch information
Wilto committed Feb 17, 2012
1 parent 43d4c76 commit 7704826
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions css/structure/jquery.mobile.forms.fieldcontain.css
@@ -1,15 +1,11 @@
.ui-field-contain, fieldset.ui-field-contain { padding: .8em 0; margin: 0; border-width: 0 0 1px 0; overflow: visible; }
.ui-field-contain:first-child { border-top-width: 0; }
.ui-header .ui-field-contain,
.ui-footer .ui-field-contain {
width: 25%;
}
.ui-header .ui-field-contain-left,
.ui-header .ui-field-contain-right {
position: absolute;
top: 0;
width: 25%;
}

.ui-header .ui-field-contain-left {
left: 1em;
}
Expand Down

0 comments on commit 7704826

Please sign in to comment.