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

Commit

Permalink
Merge pull request #6677 from crdlc/bug-816005
Browse files Browse the repository at this point in the history
Bug 816005 - Regression on panning (edit mode) after merging new design ...
  • Loading branch information
vingtetun committed Nov 28, 2012
2 parents 035906d + 55188c3 commit 24bd9ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions apps/homescreen/style/dock.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
#footer li span.options {
position: absolute;
top: 4.6rem;
left: 4.9rem;
width: 100%;
left: 0;
width: 90%;
height: 2.6rem;
z-index: 2;
background: url(../resources/images/delete.png) no-repeat;
background: url(../resources/images/delete.png) no-repeat right top;
}

#footer li > div > *:not(img) {
Expand Down
6 changes: 3 additions & 3 deletions apps/homescreen/style/grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
.apps ol > li span.options {
position: absolute;
top: 4.6rem;
left: 4.9rem;
width: 100%;
left: 0;
width: 90%;
height: 2.6rem;
z-index: 2;
background: url(../resources/images/delete.png) no-repeat;
background: url(../resources/images/delete.png) no-repeat right top;
}

/* Container -> icon + label */
Expand Down

0 comments on commit 24bd9ec

Please sign in to comment.