- more text-overflow:ellipsis on lists

release-0.6
alecpl 14 years ago
parent b218aa7d2e
commit 58a58cc1a3

@ -187,6 +187,8 @@
#contacts-table tbody td
{
cursor: default;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}
#contacts-box

@ -1248,6 +1248,8 @@ div.message-htmlpart div.rcmBody
border-bottom: 1px solid #EBEBEB;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}
#compose-attachments ul li img

@ -91,7 +91,8 @@ span.tablink-selected a
}
#subscription-table tbody td,
#identities-table tbody td
#identities-table tbody td,
#sections-table tbody td
{
cursor: default;
overflow: hidden;
@ -195,7 +196,7 @@ input.disabled
bottom: 0;
}
fieldset
fieldset
{
margin-bottom: 0.5em;
border: 1px solid #999999;
@ -225,11 +226,6 @@ legend
table-layout: fixed;
}
#sections-table tbody td
{
cursor: default;
}
#prefs-box
{
position: absolute;

Loading…
Cancel
Save