aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-01 12:49:01 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-01 12:49:01 +0000
commit3373a3bad91d75ae3a3204a912d7b9d5f4fcf21c (patch)
tree94510964a02bc855bab838d2dc1a65a2dc38ea47 /views
parent25cfe38e7721da38e90d43f8a09b7233c8ab7df0 (diff)
downloadelgg-3373a3bad91d75ae3a3204a912d7b9d5f4fcf21c.tar.gz
elgg-3373a3bad91d75ae3a3204a912d7b9d5f4fcf21c.tar.bz2
Small fix for gallery view users
git-svn-id: https://code.elgg.org/elgg/trunk@1227 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r--views/default/css.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php
index b5bfee60d..b33ae734a 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -1033,11 +1033,12 @@ p.user_menu_friends_of {
line-height:1.2em;
}
-.search_gallery_item {
+.search_gallery_item td {
border:1px dotted silver;
background-color: white;
width: 210px;
height: 200px;
+ margin: 5px;
}
.search_gallery_item .search_listing {