alecpl
2010-07-08 58a58cc1a3bfd768322cbc9a7c15d00ed4ffbe33
- more text-overflow:ellipsis on lists


3 files modified
14 ■■■■ changed files
skins/default/addressbook.css 2 ●●●●● patch | view | raw | blame | history
skins/default/mail.css 2 ●●●●● patch | view | raw | blame | history
skins/default/settings.css 10 ●●●●● patch | view | raw | blame | history
skins/default/addressbook.css
@@ -187,6 +187,8 @@
#contacts-table tbody td
{
  cursor: default;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
#contacts-box
skins/default/mail.css
@@ -1248,6 +1248,8 @@
  border-bottom: 1px solid #EBEBEB;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
#compose-attachments ul li img
skins/default/settings.css
@@ -91,7 +91,8 @@
}
#subscription-table tbody td,
#identities-table tbody td
#identities-table tbody td,
#sections-table tbody td
{
  cursor: default;
  overflow: hidden;
@@ -195,7 +196,7 @@
  bottom: 0;
}
fieldset
fieldset
{
  margin-bottom: 0.5em;
  border: 1px solid #999999;
@@ -223,11 +224,6 @@
{
  width: 100%;
  table-layout: fixed;
}
#sections-table tbody td
{
  cursor: default;
}
#prefs-box