diff options
author | Friendika <info@friendika.com> | 2011-09-04 06:18:26 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-04 06:18:26 -0700 |
commit | f6a43afb8da061ac13d778eb7fba6e2ea6dda6d7 (patch) | |
tree | b7bfdedf9e6d5b24217e304079cb09541b21026f /view/theme/loozah | |
parent | e440353013aa1ca26a472b375bb1102348c7ead7 (diff) | |
download | volse-hubzilla-f6a43afb8da061ac13d778eb7fba6e2ea6dda6d7.tar.gz volse-hubzilla-f6a43afb8da061ac13d778eb7fba6e2ea6dda6d7.tar.bz2 volse-hubzilla-f6a43afb8da061ac13d778eb7fba6e2ea6dda6d7.zip |
set max height of acl names to avoid wrap
Diffstat (limited to 'view/theme/loozah')
-rw-r--r-- | view/theme/loozah/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 88baeb8fb..50b780e97 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -1668,7 +1668,7 @@ padding: 5px 10px 0px; float: left; margin: 4px; } -.acl-list-item p { font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;} +.acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;} .acl-list-item a { font-size: 8px; display: block; |