summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorTom Needham <tom@owncloud.com>2016-02-18 16:38:52 +0000
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-19 14:33:37 +0100
commit77f139366626ae482e017ad1de2dd8b0adbc175e (patch)
tree2f6d068603dea5325c06d93bf6e1459d7d8a28d7 /css
parentf221373b1d063888f3e812d56edf98119e425754 (diff)
Style typeahead dropdown and addresbook utils/actions
Diffstat (limited to 'css')
-rw-r--r--css/addressbooklist.css63
-rw-r--r--css/public/style.css4
2 files changed, 63 insertions, 4 deletions
diff --git a/css/addressbooklist.css b/css/addressbooklist.css
index c344131f..13ac2998 100644
--- a/css/addressbooklist.css
+++ b/css/addressbooklist.css
@@ -1,3 +1,66 @@
+ul.addressBookList li {
+ margin-bottom: 5px;
+}
+
span.addressbooklist-icon {
display: inline-block;
+ opacity: 0.5;
+ margin-right: 5px;
+}
+
+span.addressbooklist-icon:hover {
+ opacity: 1;
+}
+
+ul.addressBook-share-list {
+ margin-top: 8px;
+ margin-bottom: 12px;
+}
+
+ul.addressBook-share-list li {
+ margin-left: 15px;
+}
+
+div.addressBookShares ul.dropdown-menu {
+ border: 1px solid #ddd;
+ border-radius: 3px;
+ width: 229px;
+ height: 200px;
+ margin-top: -5px;
+ overflow: scroll;
+}
+
+div.addressBookShares ul.dropdown-menu li > a {
+ height: 30px !important;
+ min-height: 30px !important;
+ line-height: 30px !important;
+}
+
+ul.dropdown-menu li.active {
+ background: #eee;
+}
+
+div.app-contactsrework span.utils {
+ padding: 0 !important;
+}
+
+input.newAddressBookInput, input.shareeInput {
+ width: 100% !important;
+}
+
+input.newAddressBookSubmit {
+ margin-bottom: 10px;
+}
+
+ul.addressBookList li[addressbook] > span.addressBookName {
+ padding-left: 7px;
+}
+
+li.addressBook-share-item span.shareeIdentifier {
+ max-width: 50px;
+ overflow:hidden;
+ white-space:nowrap;
+ text-overflow:ellipsis;
+ display: inline-block;
+ vertical-align: top;
}
diff --git a/css/public/style.css b/css/public/style.css
index c55c9756..dd6c542f 100644
--- a/css/public/style.css
+++ b/css/public/style.css
@@ -1,7 +1,3 @@
-span.addressbooklist-icon {
- display: inline-block;
-}
-
.contactdetails__header {
height: 100px;
padding-left: 30px;