summaryrefslogtreecommitdiff
path: root/skins/larry/addressbook.css
diff options
context:
space:
mode:
authorHugues Hiegel <root@paranoid>2014-08-05 16:46:22 +0200
committerHugues Hiegel <root@paranoid>2014-08-05 16:46:22 +0200
commit59478e06c25303a790a0840ab2ac30662c4ef781 (patch)
tree8d5e964a8f94adaef41efebb0597629f11495c42 /skins/larry/addressbook.css
parent7c494b677f9e470ee0d32e62cfa8dc709f39e748 (diff)
c'est la merde..working
Diffstat (limited to 'skins/larry/addressbook.css')
-rw-r--r--skins/larry/addressbook.css88
1 files changed, 9 insertions, 79 deletions
diff --git a/skins/larry/addressbook.css b/skins/larry/addressbook.css
index 6bf9426c4..5befed9d7 100644
--- a/skins/larry/addressbook.css
+++ b/skins/larry/addressbook.css
@@ -67,7 +67,7 @@
#directorylist li a,
#contacts-table .contact td.name {
- background-image: url(images/listicons.png);
+ background-image: url(images/listicons.png?v=bd98.25486);
background-position: -100px 0;
background-repeat: no-repeat;
overflow: hidden;
@@ -75,27 +75,18 @@
text-overflow: ellipsis;
}
+#contacts-table .contact.readonly td {
+ font-style: italic;
+}
+
#directorylist li.addressbook a {
background-position: 6px -766px;
}
-#directorylist li.addressbook.selected > a {
+#directorylist li.addressbook.selected a {
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;
@@ -121,34 +112,6 @@
margin-left: 8px;
}
-#directorylist li.addressbook div.collapsed,
-#directorylist li.addressbook div.expanded {
- top: 15px;
- left: 20px;
-}
-
-#contacts-table .contact.readonly td {
- font-style: italic;
-}
-
-#contacts-table td.name {
- width: 95%;
-}
-
-#contacts-table td.action {
- width: 24px;
- padding: 4px;
-}
-
-#contacts-table td.action a {
- display: block;
- width: 16px;
- height: 14px;
- text-indent: -5000px;
- overflow: hidden;
- background: url(images/listicons.png) -2px -1180px no-repeat;
-}
-
#contacts-table .contact td.name {
background-position: 6px -1603px;
}
@@ -159,29 +122,6 @@
font-weight: bold;
}
-#contacts-table .group td.name {
- background-position: 6px -1555px;
-}
-
-#contacts-table .group.selected td.name,
-#contacts-table .group.unfocused td.name {
- background-position: 6px -1579px;
- font-weight: bold;
-}
-
-#addresslist .boxtitle {
- padding-right: 95px;
- overflow: hidden;
- text-overflow: ellipsis;
-}
-
-#addresslist .boxtitle a.poplink {
- color: #004458;
- font-size: 14px;
- line-height: 12px;
- text-decoration: none;
-}
-
#contact-frame {
position: absolute;
top: 0;
@@ -219,12 +159,12 @@
}
#contactpic img {
- max-width: 112px;
+ width: 112px;
visibility: inherit;
}
#contactpic.droptarget {
- background-image: url(images/filedrop.png);
+ background-image: url(images/filedrop.png?v=deab.605);
background-position: center;
background-repeat: no-repeat;
}
@@ -375,15 +315,5 @@ a.deletebutton {
height: 18px;
text-decoration: none;
text-indent: -5000px;
- background: url(images/buttons.png) -7px -377px no-repeat;
-}
-
-#import-box {
- position: absolute;
- bottom: 28px;
- top: 34px;
- left: 0;
- right: 0;
- overflow: auto;
- padding: 10px;
+ background: url(images/buttons.png?v=abf1.36693) -7px -377px no-repeat;
}