Bug 1062745 - Temporary width fix for project button. r=me

This commit is contained in:
J. Ryan Stinnett 2014-09-05 09:57:44 -05:00
Родитель 9b5fa0c78c
Коммит 3615df9459
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -67,6 +67,8 @@ window.busy-determined #action-busy-undetermined {
#project-panel-button {
-moz-box-pack: start;
width: 150px;
max-width: 150px;
}
#project-panel-button > .panel-button-image {
@ -86,6 +88,7 @@ window.busy-determined #action-busy-undetermined {
}
#project-panel-button > .panel-button-label {
width: 150px;
max-width: 150px;
}