diff options
author | friendica <info@friendica.com> | 2013-12-06 22:04:07 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-06 22:04:07 -0800 |
commit | 4123d3aa54e1655300ae7aac8cd8860524178e41 (patch) | |
tree | abde6df4241761f35b8d248d03b502a28ee53639 | |
parent | a1a5b7047605eb595c6f97e8719a0af7f3aaf973 (diff) | |
download | volse-hubzilla-4123d3aa54e1655300ae7aac8cd8860524178e41.tar.gz volse-hubzilla-4123d3aa54e1655300ae7aac8cd8860524178e41.tar.bz2 volse-hubzilla-4123d3aa54e1655300ae7aac8cd8860524178e41.zip |
tweaking of the name field size and limits so it doesn't push the content around
-rw-r--r-- | view/theme/redbasic/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index dd11fa144..491f0a60e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1631,9 +1631,10 @@ a.mail-list-link { } .profile-match-name { - float: left; +/* float: left; */ text-align: center; width: 120px; + height: 18px; overflow: hidden !important; } |