mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-29 18:34:43 +00:00
Fix for issue #2463
Override margin for collapsible children of .content-primary and .content-secondary Set min-height for content-secondary
This commit is contained in:
parent
265ffb68e4
commit
a5bfcacbae
1 changed files with 5 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ p.intro strong {
|
|||
margin: 10px -15px 0;
|
||||
background: #fff;
|
||||
border-top: 1px solid #ccc;
|
||||
min-height: 68px;
|
||||
}
|
||||
.type-home .ui-content {
|
||||
margin-top: 5px;
|
||||
|
|
@ -66,6 +67,10 @@ p.intro strong {
|
|||
padding: 10px 15px;
|
||||
|
||||
}
|
||||
.content-primary > .ui-collapsible,
|
||||
.content-secondary > .ui-collapsible {
|
||||
margin: 15px;
|
||||
}
|
||||
.content-secondary .ui-collapsible-heading {
|
||||
margin: 0 0 30px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue