Skip to content

Commit

Permalink
Bug 827369 - Homescreen edit mode: Move the x icon to the top left [r…
Browse files Browse the repository at this point in the history
…=vingtetun]
  • Loading branch information
crdlc committed Jan 8, 2013
1 parent 8f915a4 commit 0ba2945
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Binary file modified apps/homescreen/resources/images/delete.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions apps/homescreen/style/dock.css
Expand Up @@ -44,12 +44,12 @@
/* Option to delete apps */
#footer li span.options {
position: absolute;
top: 4.6rem;
left: 0;
width: 90%;
top: .1rem;
left: .5rem;
width: calc(100% - .5rem);
height: 2.6rem;
z-index: 2;
background: url(../resources/images/delete.png) no-repeat right top;
background: url(../resources/images/delete.png) no-repeat left top;
}

#footer li > div > *:not(img) {
Expand Down
8 changes: 4 additions & 4 deletions apps/homescreen/style/grid.css
Expand Up @@ -44,12 +44,12 @@
/* Option to delete apps */
.apps ol > li span.options {
position: absolute;
top: 4.6rem;
left: 0;
width: 90%;
top: .1rem;
left: .5rem;
width: calc(100% - .5rem);
height: 2.6rem;
z-index: 2;
background: url(../resources/images/delete.png) no-repeat right top;
background: url(../resources/images/delete.png) no-repeat left top;
}

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

0 comments on commit 0ba2945

Please sign in to comment.