aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-09-04 05:41:11 -0700
committerFriendika <info@friendika.com>2011-09-04 05:41:11 -0700
commite440353013aa1ca26a472b375bb1102348c7ead7 (patch)
treeba06f4d1c81205e41eebf08ef7b9949211197b32 /view/theme/duepuntozero
parent260d652168bae3716f843f445ae696b59edf4db3 (diff)
downloadvolse-hubzilla-e440353013aa1ca26a472b375bb1102348c7ead7.tar.gz
volse-hubzilla-e440353013aa1ca26a472b375bb1102348c7ead7.tar.bz2
volse-hubzilla-e440353013aa1ca26a472b375bb1102348c7ead7.zip
truncate overflow text on acl selector items (3 themes)
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r--view/theme/duepuntozero/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index f47af934c..b467814ce 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -1591,7 +1591,7 @@ input#dfrn-url {
float: left;
margin: 4px;
}
-.acl-list-item p { font-size: 10px; margin: 0px; padding: 2px 0px 1px; }
+.acl-list-item p { font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
.acl-list-item a {
font-size: 8px;
display: block;