Thomas Bruederli
2014-06-05 99cdca46b7bcc46fe6affd9e9f9f60a546b2e5b8
skins/classic/addressbook.css
@@ -144,28 +144,6 @@
  width: 280px;
}
#directorylist,
#directorylist li ul
{
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}
#directorylist li ul
{
  border-top: 1px solid #EBEBEB;
}
#directorylist li
{
  display: block;
  font-size: 11px;
  border-bottom: 1px solid #EBEBEB;
  white-space: nowrap;
}
#directorylist li a
{
  cursor: default;
@@ -176,17 +154,14 @@
  height: 16px;
  text-decoration: none;
  white-space: nowrap;
  background: url(images/icons/folders.png) 5px -108px no-repeat;
  background-image: url(images/icons/folders.png);
  background-position: 5px -108px;
  background-repeat: no-repeat;
}
#directorylist li ul li a
{
  padding-left: 45px;
}
#directorylist li ul li:last-child
{
  border-bottom: 0;
}
#directorylist li.contactgroup a
@@ -197,18 +172,6 @@
#directorylist li.contactsearch a
{
  background-position: 6px -162px;
}
#directorylist li.selected > a
{
  color: #FFF;
  font-weight: bold;
  background-color: #929292;
}
#directorylist li.droptarget
{
  background-color: #FFFFA6;
}
#contacts-table
@@ -222,6 +185,24 @@
  cursor: default;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
/* This padding-left should be equal to the focused border-left + the focused padding-left */
#contacts-table thead tr td:first-child,
#contacts-table tbody tr td:first-child {
   border-left: 0;
   padding-left: 8px;
}
/* because of border-collapse, we make the left border twice what we want it to be - half will be hidden to the left */
#contacts-table tbody tr.focused > td:first-child {
   border-left: 2px solid #d4d4d4;
   padding-left: 6px;
}
#contacts-table tbody tr.selected.focused > td:first-child {
   border-left: 1px solid #ccc;
   padding-left: 7px;
}
#contacts-table .contact.readonly td
@@ -298,6 +279,11 @@
   padding: 0;
}
#contacthead > legend
{
   display: none;
}
#contacthead .names span.namefield,
#contacthead .names input
{