You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2018/09/17 07:50:05 UTC

[kibble] 07/08: tweak CSS for phonebook

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git

commit d22b68be335aa5ad0b52ab7941dc39f40895bd68
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Mon Sep 17 09:49:38 2018 +0200

    tweak CSS for phonebook
---
 ui/css/kibble.min.css | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/ui/css/kibble.min.css b/ui/css/kibble.min.css
index 557e016..b356e61 100644
--- a/ui/css/kibble.min.css
+++ b/ui/css/kibble.min.css
@@ -3067,3 +3067,25 @@ body.error .logo h1 {
     border-top-left-radius: 0;
     border-top-right-radius: 0
 }
+
+.phonebook_entry {
+   width: 340px;
+   overflow: hidden;
+   text-overflow: ellipsis;
+   height: 40px;
+   border-radius: 3px;
+   border: 1px solid #3336;
+   background: #EEE;
+   display: inline-block;
+   margin: 3px;
+}
+
+.phonebook_entry > a > img {
+   margin: 2px; 
+}
+
+.phonebook_entry > div {
+   overflow: hidden;
+   text-overflow: ellipsis;
+   white-space: nowrap;
+}
\ No newline at end of file