зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1062745 - Temporary width fix for project button. r=me
This commit is contained in:
Родитель
9b5fa0c78c
Коммит
3615df9459
|
@ -67,6 +67,8 @@ window.busy-determined #action-busy-undetermined {
|
||||||
|
|
||||||
#project-panel-button {
|
#project-panel-button {
|
||||||
-moz-box-pack: start;
|
-moz-box-pack: start;
|
||||||
|
width: 150px;
|
||||||
|
max-width: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#project-panel-button > .panel-button-image {
|
#project-panel-button > .panel-button-image {
|
||||||
|
@ -86,6 +88,7 @@ window.busy-determined #action-busy-undetermined {
|
||||||
}
|
}
|
||||||
|
|
||||||
#project-panel-button > .panel-button-label {
|
#project-panel-button > .panel-button-label {
|
||||||
|
width: 150px;
|
||||||
max-width: 150px;
|
max-width: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче