- more text-overflow:ellipsis on lists

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

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

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

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

Loading…
Cancel
Save