Bug 1062745 - make sure the project button doesn't cover the control buttons. r=jryans

This commit is contained in:
Paul Rouget 2014-09-08 09:15:00 +02:00
parent 4011a8e540
commit 07900bb6b2

View File

@ -67,8 +67,7 @@ window.busy-determined #action-busy-undetermined {
#project-panel-button {
-moz-box-pack: start;
width: 150px;
max-width: 150px;
max-width: calc(50vw - 100px);
}
#project-panel-button > .panel-button-image {
@ -88,8 +87,7 @@ window.busy-determined #action-busy-undetermined {
}
#project-panel-button > .panel-button-label {
width: 150px;
max-width: 150px;
-moz-box-flex: 1;
}
/* Panel buttons - runtime */