aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-09 17:39:55 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-09 17:39:55 -0700
commit4a92de756395b403b13849917dcb519fe57db016 (patch)
treed6024a68c0383d2bc5a814156b6683c66a6fbf82 /view
parent03689fa6b0240532a00a63fbead6dab9d95adbb5 (diff)
downloadvolse-hubzilla-4a92de756395b403b13849917dcb519fe57db016.tar.gz
volse-hubzilla-4a92de756395b403b13849917dcb519fe57db016.tar.bz2
volse-hubzilla-4a92de756395b403b13849917dcb519fe57db016.zip
directory enhancements
Diffstat (limited to 'view')
-rw-r--r--view/style.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/view/style.css b/view/style.css
index 7b08e2269..609c8a8f7 100644
--- a/view/style.css
+++ b/view/style.css
@@ -472,9 +472,22 @@ input#dfrn-url {
.directory-end {
clear: both;
}
-
+.directory-name {
+ text-align: center;
+}
+.directory-photo {
+ margin-left: 25px;
+}
+.directory-details {
+ font-size: 0.7em;
+ text-align: center;
+ margin-left: 5px;
+ margin-right: 5px;
+}
.directory-item {
float: left;
width: 225px;
+ height: 260px;
+ overflow: auto;
}