alecpl
2011-09-06 f8e48df71540b268ceac058d32b8ee848fc2ab6b
skins/default/addressbook.css
@@ -72,6 +72,14 @@
  background-position: -162px 0;
}
#abooktoolbar a.search {
  background-position: -170px 0;
}
#abooktoolbar a.searchSel {
  background-position: -170px -32px;
}
#abookcountbar
{
  margin-top: 4px;
@@ -81,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;
@@ -101,7 +109,8 @@
#directorylistbox input
{
  margin: 2px;
  margin: 0px;
  font-size: 11px;
  width: 90%;
}
@@ -157,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
@@ -206,18 +220,13 @@
{
  background-color: #F2F2F2;
  border: none;
}
#contact-details table td.title
{
  font-weight: bold;
  text-align: right;
  min-height: 100%; /* Chrome 14 bug */
}
#contacttabs
{
   position: relative;
   padding-bottom: 22px;
   padding-bottom: 12px;
}
#contacttabs div.tabsbar {
@@ -264,8 +273,7 @@
}
#contacthead .names input,
#contacthead .addnames input,
#contacthead .jobnames input
#contacthead .addnames input
{
   width: 180px;
}
@@ -335,7 +343,7 @@
   position: absolute;
   top: 0;
   left: 2px;
   width: 90px;
   width: 110px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
@@ -345,7 +353,7 @@
.contactfieldgroup .contactfieldlabel select
{
   width: 78px;
   width: 100%;
   background: none;
   border: 0;
   color: #666;
@@ -355,7 +363,7 @@
.contactfieldgroup .contactfieldcontent
{
   padding-left: 100px;
   padding-left: 120px;
   min-height: 1em;
   line-height: 1.3em;
}
@@ -382,3 +390,10 @@
{
   padding: 2px;
}
#sourcename
{
  color: #666;
  font-size: 10px;
  margin: -5px 0 8px 2px;
}