From feaca8c6d23fc5c8ee7ac0eb2435d666c3c6b547 Mon Sep 17 00:00:00 2001 From: Tom Needham Date: Thu, 18 Feb 2016 23:01:16 +0000 Subject: Move stlyes into public.css --- css/addressbooklist.css | 75 ------------------------------------------------- css/public/style.css | 74 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+), 75 deletions(-) delete mode 100644 css/addressbooklist.css (limited to 'css') diff --git a/css/addressbooklist.css b/css/addressbooklist.css deleted file mode 100644 index c761e41e..00000000 --- a/css/addressbooklist.css +++ /dev/null @@ -1,75 +0,0 @@ -ul.addressBookList li { - margin-bottom: 5px; -} - -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; - font-weight: 600; -} - -li.addressBook-share-item span.shareeIdentifier { - max-width: 50px; - overflow:hidden; - white-space:nowrap; - text-overflow:ellipsis; - display: inline-block; - vertical-align: top; -} - - -#app-navigation .utils .action { - opacity: 0.5; -} - -#app-navigation .utils .action:hover { - opacity: 1; -} - -#app-navigation li[addressbook]:hover .utils .action span { - display: inline-block; - line-height: 44px; - height: 16px; - width: 16px; - padding: 14px 2px 14px 2px; - cursor: pointer; -} diff --git a/css/public/style.css b/css/public/style.css index dd6c542f..53d7b9d7 100644 --- a/css/public/style.css +++ b/css/public/style.css @@ -128,3 +128,77 @@ top: 25px; opacity: .5; } +ul.addressBookList li { + margin-bottom: 5px; +} + +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; + font-weight: 600; +} + +li.addressBook-share-item span.shareeIdentifier { + max-width: 50px; + overflow:hidden; + white-space:nowrap; + text-overflow:ellipsis; + display: inline-block; + vertical-align: top; +} + +#app-navigation .utils .action { + opacity: 0.5; +} + +#app-navigation .utils .action:hover { + opacity: 1; +} + +#app-navigation li[addressbook]:hover .utils .action span { + display: inline-block; + line-height: 44px; + height: 16px; + width: 16px; + padding: 14px 2px 14px 2px; + cursor: pointer; +} -- cgit v1.2.3