diff options
author | Friendika <info@friendika.com> | 2011-08-25 05:15:05 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-25 05:15:05 -0700 |
commit | 83605cf3dc03be7c2ddad48d04aede90d68069e3 (patch) | |
tree | 1ec732195bbfd3d00b99a144a50f136a854e34bc /view/theme/duepuntozero | |
parent | 71fc694c6715601f8d9cabcb1835c66a23aea4ca (diff) | |
download | volse-hubzilla-83605cf3dc03be7c2ddad48d04aede90d68069e3.tar.gz volse-hubzilla-83605cf3dc03be7c2ddad48d04aede90d68069e3.tar.bz2 volse-hubzilla-83605cf3dc03be7c2ddad48d04aede90d68069e3.zip |
theme settings for contact photo menu
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index e3c643bfc..6ac28cb95 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -761,6 +761,8 @@ input#dfrn-url { .contact-entry-name { float: left; margin-left: 0px; + width: 120px; + overflow: hidden; } .contact-entry-edit-links { margin-top: 6px; |