From 64c857f17989ab38fb8551cd779275966bd2effe Mon Sep 17 00:00:00 2001 From: pete Date: Mon, 7 Jul 2008 10:56:02 +0000 Subject: updated file gallery git-svn-id: https://code.elgg.org/elgg/trunk@1308 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index a596d1935..66561ff28 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1100,11 +1100,22 @@ background: url(_graphics/river_icons/river_icon_priv line-height:1.2em; } +table.search_gallery { + border-spacing: 5px; + margin:0 0 20px 0; +} +.search_gallery td { + padding: 5px; +} + .search_gallery_item { border:1px dotted silver; background-color: white; - width: 210px; - height: 200px; + width: 179px; + height: 179px; +} +.search_gallery_item:hover { + border:1px dotted black; } .search_gallery_item .search_listing { @@ -1130,13 +1141,7 @@ background: url(_graphics/river_icons/river_icon_priv margin-bottom: 10px; } -.search_gallery_item td { - border:1px dotted silver; - background-color: white; - width: 210px; - height: 200px; - margin: 5px; -} + .search_gallery_item .search_listing { -- cgit v1.2.3