Thomas Bruederli
2014-06-03 458af8d30a1bca153f770358b8f914554b0da6c3
skins/larry/addressbook.css
@@ -39,7 +39,7 @@
#directorylistbox {
   position: absolute;
   top: 42px;
   top: 0;
   left: 0;
   width: 100%;
   bottom: 0;
@@ -47,7 +47,7 @@
#addresslist {
   position: absolute;
   top: 42px;
   top: 0;
   left: 0;
   width: 280px;
   bottom: 0;
@@ -55,7 +55,7 @@
#contacts-box {
   position: absolute;
   top: 42px;
   top: 0;
   left: 292px;
   right: 0;
   bottom: 0;
@@ -71,7 +71,6 @@
   background-position: -100px 0;
   background-repeat: no-repeat;
   overflow: hidden;
   padding-left: 36px;
   text-overflow: ellipsis;
}
@@ -83,21 +82,11 @@
   background-position: 6px -791px;
}
#directorylist li.addressbook ul li:last-child {
   border-bottom: 0;
}
#directorylist li.addressbook ul.groups {
   margin: 0;
   padding: 0;
}
#directorylist li.addressbook ul.groups li {
   width: 100%;
}
#directorylist li.contactgroup a {
   padding-left: 62px;
   background-position: 32px -1555px;
}
@@ -153,20 +142,34 @@
   background-position: 6px -1603px;
}
#contacts-table .contact.selected td.name,
#contacts-table .contact.unfocused td.name {
#contacts-table.focus .contact.focused td.name {
   background-position: 4px -1603px;
}
#contacts-table .contact.selected td.name {
   background-position: 6px -1627px;
   font-weight: bold;
}
#contacts-table.focus .contact.selected.focused td.name {
   background-position: 4px -1627px;
}
#contacts-table .group td.name {
   background-position: 6px -1555px;
}
#contacts-table .group.selected td.name,
#contacts-table .group.unfocused td.name {
#contacts-table.focus .group.focused td.name {
   background-position: 4px -1555px;
}
#contacts-table .group.selected td.name {
   background-position: 6px -1579px;
   font-weight: bold;
}
#contacts-table.focus .group.selected.focused td.name {
   background-position: 4px -1579px;
}
#addresslist .boxtitle {
@@ -175,12 +178,19 @@
   text-overflow: ellipsis;
}
#addresslist .boxtitle a.poplink {
   color: #004458;
   font-size: 14px;
   line-height: 12px;
   text-decoration: none;
}
#contact-frame {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 28px;
   bottom: 0px;
   border: 0;
   border-radius: 4px;
}
@@ -212,7 +222,7 @@
}
#contactpic img {
   width: 112px;
   max-width: 112px;
   visibility: inherit;
}
@@ -373,10 +383,15 @@
#import-box {
   position: absolute;
   bottom: 28px;
   bottom: 0px;
   top: 34px;
   left: 0;
   right: 0;
   overflow: auto;
   padding: 10px;
}
#import-box p,
#import-box .propform {
  max-width: 50em;
}