зеркало из https://github.com/mozilla/gecko-dev.git
Bug #241073 --> compose formatting toolbar goes crazy (gets really tall) in certain situations
This commit is contained in:
Родитель
4e81cd06c7
Коммит
fdf2ac1cd4
|
@ -461,6 +461,7 @@ treechildren::-moz-tree-image(remote-err) {
|
|||
|
||||
#FormatToolbar > toolbarbutton {
|
||||
min-width: 32px;
|
||||
list-style-image: url("chrome://editor/skin/icons/btn2.gif");
|
||||
}
|
||||
|
||||
#FormatToolbar > toolbarbutton > .toolbarbutton-text {
|
||||
|
@ -469,7 +470,6 @@ treechildren::-moz-tree-image(remote-err) {
|
|||
|
||||
#DecreaseFontSizeButton {
|
||||
-moz-image-region: rect(64px 14px 80px 0px);
|
||||
list-style-image: url("chrome://editor/skin/icons/btn2.gif");
|
||||
}
|
||||
|
||||
#DecreaseFontSizeButton:hover {
|
||||
|
@ -485,7 +485,6 @@ treechildren::-moz-tree-image(remote-err) {
|
|||
}
|
||||
|
||||
#IncreaseFontSizeButton {
|
||||
list-style-image: url("chrome://editor/skin/icons/btn2.gif");
|
||||
-moz-image-region: rect(81px 18px 98px 0px);
|
||||
}
|
||||
|
||||
|
@ -502,7 +501,6 @@ treechildren::-moz-tree-image(remote-err) {
|
|||
}
|
||||
|
||||
#boldButton {
|
||||
list-style-image: url("chrome://editor/skin/icons/btn2.gif");
|
||||
-moz-image-region: rect(16px 16px 32px 0px);
|
||||
}
|
||||
|
||||
|
@ -523,7 +521,6 @@ treechildren::-moz-tree-image(remote-err) {
|
|||
}
|
||||
|
||||
#italicButton {
|
||||
list-style-image: url("chrome://editor/skin/icons/btn2.gif");
|
||||
-moz-image-region: rect(98px 16px 114px 0px);
|
||||
}
|
||||
|
||||
|
@ -544,7 +541,6 @@ treechildren::-moz-tree-image(remote-err) {
|
|||
}
|
||||
|
||||
#underlineButton {
|
||||
list-style-image: url("chrome://editor/skin/icons/btn2.gif");
|
||||
-moz-image-region: rect(114px 16px 130px 0px);
|
||||
}
|
||||
|
||||
|
@ -565,7 +561,6 @@ treechildren::-moz-tree-image(remote-err) {
|
|||
}
|
||||
|
||||
#ulButton {
|
||||
list-style-image: url("chrome://editor/skin/icons/btn2.gif");
|
||||
-moz-image-region: rect(32px 16px 48px 0px);
|
||||
}
|
||||
|
||||
|
@ -586,7 +581,6 @@ treechildren::-moz-tree-image(remote-err) {
|
|||
}
|
||||
|
||||
#olButton {
|
||||
list-style-image: url("chrome://editor/skin/icons/btn2.gif");
|
||||
-moz-image-region: rect(194px 16px 210px 0px);
|
||||
}
|
||||
|
||||
|
@ -607,7 +601,6 @@ treechildren::-moz-tree-image(remote-err) {
|
|||
}
|
||||
|
||||
#outdentButton {
|
||||
list-style-image: url("chrome://editor/skin/icons/btn2.gif");
|
||||
-moz-image-region: rect(210px 16px 226px 0px);
|
||||
}
|
||||
|
||||
|
@ -624,7 +617,6 @@ treechildren::-moz-tree-image(remote-err) {
|
|||
}
|
||||
|
||||
#indentButton {
|
||||
list-style-image: url("chrome://editor/skin/icons/btn2.gif");
|
||||
-moz-image-region: rect(178px 16px 194px 0px);
|
||||
}
|
||||
|
||||
|
@ -641,7 +633,6 @@ treechildren::-moz-tree-image(remote-err) {
|
|||
}
|
||||
|
||||
#align-left-button {
|
||||
list-style-image: url("chrome://editor/skin/icons/btn2.gif");
|
||||
-moz-image-region: rect(146px 16px 162px 0px);
|
||||
}
|
||||
|
||||
|
@ -662,7 +653,6 @@ treechildren::-moz-tree-image(remote-err) {
|
|||
}
|
||||
|
||||
#align-center-button {
|
||||
list-style-image: url("chrome://editor/skin/icons/btn2.gif");
|
||||
-moz-image-region: rect(48px 16px 64px 0px);
|
||||
}
|
||||
|
||||
|
@ -683,7 +673,6 @@ treechildren::-moz-tree-image(remote-err) {
|
|||
}
|
||||
|
||||
#align-right-button {
|
||||
list-style-image: url("chrome://editor/skin/icons/btn2.gif");
|
||||
-moz-image-region: rect(162px 16px 178px 0px);
|
||||
}
|
||||
|
||||
|
@ -704,7 +693,6 @@ treechildren::-moz-tree-image(remote-err) {
|
|||
}
|
||||
|
||||
#align-justify-button {
|
||||
list-style-image: url("chrome://editor/skin/icons/btn2.gif");
|
||||
-moz-image-region: rect(130px 16px 146px 0px);
|
||||
}
|
||||
|
||||
|
@ -725,7 +713,6 @@ treechildren::-moz-tree-image(remote-err) {
|
|||
}
|
||||
|
||||
#AlignPopupButton {
|
||||
list-style-image: url("chrome://editor/skin/icons/btn2.gif");
|
||||
-moz-image-region: rect(0px 16px 16px 0px);
|
||||
}
|
||||
|
||||
|
@ -742,7 +729,6 @@ treechildren::-moz-tree-image(remote-err) {
|
|||
}
|
||||
|
||||
#InsertPopupButton {
|
||||
list-style-image: url("chrome://editor/skin/icons/btn2.gif");
|
||||
-moz-image-region: rect(244px 16px 260px 0px);
|
||||
}
|
||||
|
||||
|
@ -759,20 +745,20 @@ treechildren::-moz-tree-image(remote-err) {
|
|||
}
|
||||
|
||||
#smileButtonMenu {
|
||||
list-style-image: url("chrome://messenger/skin/messengercompose/smiley-menu.png");
|
||||
list-style-image: url("chrome://messenger/skin/messengercompose/smiley-menu.png") !important;
|
||||
}
|
||||
|
||||
#smileButtonMenu:hover {
|
||||
list-style-image: url("chrome://messenger/skin/messengercompose/smiley-menu-pressed.png");
|
||||
list-style-image: url("chrome://messenger/skin/messengercompose/smiley-menu-pressed.png") !important;
|
||||
}
|
||||
|
||||
#smileButtonMenu[open="true"] {
|
||||
list-style-image: url("chrome://messenger/skin/messengercompose/smiley-menu-pressed.png");
|
||||
list-style-image: url("chrome://messenger/skin/messengercompose/smiley-menu-pressed.png") !important;
|
||||
}
|
||||
|
||||
#smileButtonMenu[disabled="true"] {
|
||||
-moz-image-region: rect(227px 68px 244px 51px) !important;
|
||||
list-style-image: url("chrome://editor/skin/icons/btn2.gif");
|
||||
list-style-image: url("chrome://editor/skin/icons/btn2.gif") !important;
|
||||
}
|
||||
|
||||
/* ..... align menu ..... */
|
||||
|
|
Загрузка…
Ссылка в новой задаче