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

Commit

Permalink
Panel: Removed a selector that wasn't supposed to be there. Fixes ref…
Browse files Browse the repository at this point in the history
…low on larger screens.
  • Loading branch information
jaspermdegroot committed Jan 14, 2013
1 parent 57a1c12 commit 73c820f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions css/structure/jquery.mobile.panel.css
@@ -1,4 +1,5 @@
/* panel */

.ui-panel {
width: 17em;
min-height: 100%;
Expand Down Expand Up @@ -192,16 +193,14 @@
border-right-width: 1px;
margin-right: -1px;
}
.ui-panel-animate.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-push,
.ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push {
.ui-panel-animate.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-push {
margin-left: 1px;
}
.ui-panel-display-push.ui-panel-open.ui-panel-position-right {
border-left-width: 1px;
margin-left: -1px;
}
.ui-panel-animate.ui-panel-content-fixed-toolbar-position-right.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-push,
.ui-panel-animate.ui-panel-content-wrap-position-right.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push {
.ui-panel-animate.ui-panel-content-fixed-toolbar-position-right.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-push {
margin-right: 1px;
}

Expand Down

0 comments on commit 73c820f

Please sign in to comment.