зеркало из https://github.com/mozilla/pjs.git
Bug 414893 - Don't hardcode height of .toolbarpaletteitem-box when on toolbar. r=Mano.
This commit is contained in:
Родитель
4ed4d0e51a
Коммит
542358090a
|
@ -111,21 +111,18 @@ toolbarpaletteitem[type="spacer"] {
|
|||
.toolbarpaletteitem-box[type="spacer"] {
|
||||
border: 1px solid #A3A3A3;
|
||||
background: url("chrome://global/skin/10pct_transparent_grey.png") repeat;
|
||||
height: 32px !important;
|
||||
width: 32px !important;
|
||||
width: 32px;
|
||||
margin-top: 18px;
|
||||
}
|
||||
|
||||
.toolbarpaletteitem-box[type="spring"] {
|
||||
border: 1px solid #A3A3A3;
|
||||
background: url("chrome://global/skin/toolbar/spring.gif") #FFFFFF no-repeat;
|
||||
height: 32px !important;
|
||||
width: 32px !important;
|
||||
width: 32px;
|
||||
margin-top: 18px;
|
||||
}
|
||||
|
||||
.toolbarpaletteitem-box[type="spring"][place="toolbar"] {
|
||||
border: 1px solid #A3A3A3;
|
||||
background: url("chrome://global/skin/10pct_transparent_grey.png") repeat;
|
||||
}
|
||||
|
||||
|
@ -142,8 +139,7 @@ toolbarpaletteitem[type="spacer"] {
|
|||
.toolbarpaletteitem-box[type="spacer"][place="palette"],
|
||||
.toolbarpaletteitem-box[type="spring"][place="palette"] {
|
||||
margin-bottom: 2px;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
/* ..... drag and drop feedback ..... */
|
||||
|
|
Загрузка…
Ссылка в новой задаче