Bug 666842 - Use an ellipsis for long tab names in Panorama. r=dao

This commit is contained in:
Patrick Walton 2011-06-27 11:14:07 -07:00
parent 4c9425df02
commit bd7c023b1a
4 changed files with 3 additions and 6 deletions

View File

@ -72,6 +72,9 @@ body {
.tab-title { .tab-title {
position: absolute; position: absolute;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} }
.stacked .tab-title { .stacked .tab-title {

View File

@ -142,8 +142,6 @@ html[dir=rtl] .expander {
top: 100%; top: 100%;
text-align: center; text-align: center;
width: 94.5%; width: 94.5%;
white-space: nowrap;
overflow: hidden;
} }
.stacked { .stacked {

View File

@ -134,8 +134,6 @@ html[dir=rtl] .expander {
bottom: -20px; bottom: -20px;
text-align: center; text-align: center;
width: 94.5%; width: 94.5%;
white-space: nowrap;
overflow: hidden;
text-shadow: 0 1px rgba(255, 255, 255, 0.6); text-shadow: 0 1px rgba(255, 255, 255, 0.6);
} }

View File

@ -139,8 +139,6 @@ html[dir=rtl] .expander {
bottom: -20px; bottom: -20px;
text-align: center; text-align: center;
width: 94.5%; width: 94.5%;
white-space: nowrap;
overflow: hidden;
text-shadow: 0 1px rgba(255, 255, 255, 0.6); text-shadow: 0 1px rgba(255, 255, 255, 0.6);
} }