alecpl
2011-09-06 f8e48df71540b268ceac058d32b8ee848fc2ab6b
skins/default/addressbook.css
@@ -89,18 +89,18 @@
#addressscreen
{
  position: absolute;
  top: 85px;
  right: 20px;
  bottom: 20px;
  left: 225px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 205px;
}
#directorylistbox
{
  position: absolute;
  top: 85px;
  bottom: 20px;
  left: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  width: 195px;
  border: 1px solid #999999;
  background-color: #F9F9F9;
@@ -109,7 +109,8 @@
#directorylistbox input
{
  margin: 2px;
  margin: 0px;
  font-size: 11px;
  width: 90%;
}
@@ -165,7 +166,12 @@
#directorylist li.contactgroup
{
  padding-left: 15px;
  background-position: 20px -144px;
  background-position: 20px -143px;
}
#directorylist li.contactsearch
{
  background-position: 6px -162px;
}
#directorylist li.selected
@@ -214,12 +220,13 @@
{
  background-color: #F2F2F2;
  border: none;
  min-height: 100%; /* Chrome 14 bug */
}
#contacttabs
{
   position: relative;
   padding-bottom: 22px;
   padding-bottom: 12px;
}
#contacttabs div.tabsbar {
@@ -266,8 +273,7 @@
}
#contacthead .names input,
#contacthead .addnames input,
#contacthead .jobnames input
#contacthead .addnames input
{
   width: 180px;
}
@@ -384,3 +390,10 @@
{
   padding: 2px;
}
#sourcename
{
  color: #666;
  font-size: 10px;
  margin: -5px 0 8px 2px;
}