aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-06 22:04:07 -0800
committerfriendica <info@friendica.com>2013-12-06 22:04:07 -0800
commit4123d3aa54e1655300ae7aac8cd8860524178e41 (patch)
treeabde6df4241761f35b8d248d03b502a28ee53639 /view/theme/redbasic/css
parenta1a5b7047605eb595c6f97e8719a0af7f3aaf973 (diff)
downloadvolse-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
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css3
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;
}