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 | |
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')
-rw-r--r-- | view/theme/dispy/style.css | 2 | ||||
-rw-r--r-- | view/theme/duepuntozero/style.css | 2 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 1e49b28ba..8dc017c9c 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -1211,7 +1211,7 @@ footer { display: block; margin: 50px 20%; clear: both; } 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; diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index b467814ce..fb7380e02 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; 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; 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; |