mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 22:13:13 +00:00
Fix #1382 Basket title hyphenation
This commit is contained in:
@@ -979,6 +979,9 @@ div.diapo {
|
|||||||
#baskets .SSTT .workzone-menu-title {
|
#baskets .SSTT .workzone-menu-title {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
padding-right:65px;
|
padding-right:65px;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** hack IE7 only */
|
/** hack IE7 only */
|
||||||
|
@@ -1010,6 +1010,9 @@ div.diapo {
|
|||||||
#baskets .SSTT .workzone-menu-title {
|
#baskets .SSTT .workzone-menu-title {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
padding-right:65px;
|
padding-right:65px;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** hack IE7 only */
|
/** hack IE7 only */
|
||||||
|
Reference in New Issue
Block a user