mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 00:11:44 +00:00
formatting toolbar's insert menu is using the wrong coordinates for some of the images.
Thanks to Stephen Walker for the patch.
This commit is contained in:
parent
86d728e155
commit
ba54da1043
@ -641,19 +641,19 @@ treechildren:-moz-tree-image(remote-err) {
|
||||
}
|
||||
|
||||
#InsertAnchorItem {
|
||||
-moz-image-region: rect(143px 64px 159px 48px);
|
||||
-moz-image-region: rect(128px 16px 144px 0);
|
||||
}
|
||||
|
||||
#InsertAnchorItem:hover {
|
||||
-moz-image-region: rect(159px 16px 175px 0);
|
||||
-moz-image-region: rect(128px 32px 144px 16px);
|
||||
}
|
||||
|
||||
#InsertImageItem {
|
||||
-moz-image-region: rect(159px 64px 175px 48px);
|
||||
-moz-image-region: rect(144px 16px 160px 0);
|
||||
}
|
||||
|
||||
#InsertImageItem:hover {
|
||||
-moz-image-region: rect(175px 16px 191px 0);
|
||||
-moz-image-region: rect(144px 32px 160px 16px);
|
||||
}
|
||||
|
||||
#InsertHRuleItem {
|
||||
@ -665,11 +665,11 @@ treechildren:-moz-tree-image(remote-err) {
|
||||
}
|
||||
|
||||
#InsertTableItem {
|
||||
-moz-image-region: rect(122px 62px 138px 46px);
|
||||
-moz-image-region: rect(112px 16px 128px 0);
|
||||
}
|
||||
|
||||
#InsertTableItem:hover {
|
||||
-moz-image-region: rect(143px 16px 159px 0);
|
||||
-moz-image-region: rect(112px 32px 128px 16px);
|
||||
}
|
||||
|
||||
/* ..... smiley menu ..... */
|
||||
|
Loading…
x
Reference in New Issue
Block a user