diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-30 18:10:10 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-30 18:10:10 +0000 |
commit | ed101d29e590d2babf965e9ba7599a1269c05369 (patch) | |
tree | 12e765ee06a05336c59ab3694ea38dc6a08d01e7 /views/default/css.php | |
parent | df94762e70f5c143b728a62d90c298fb887231c6 (diff) | |
download | elgg-ed101d29e590d2babf965e9ba7599a1269c05369.tar.gz elgg-ed101d29e590d2babf965e9ba7599a1269c05369.tar.bz2 |
Gallery vs list view, first commit
git-svn-id: https://code.elgg.org/elgg/trunk@1212 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index 802a38e51..82fcc2597 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -959,6 +959,32 @@ p.user_menu_friends_of { .search_listing_info p { margin:0 0 3px 0; line-height:1.2em; +}
+
+.search_gallery_item {
+ border:1px dotted silver;
+ background-color: white;
+ width: 210px;
+ height: 200px;
+}
+
+.search_gallery_item .search_listing {
+ background: none;
+ text-align: center;
+}
+
+.search_gallery_item .search_listing_icon {
+ position: absolute;
+ margin-bottom: 20px;
+}
+
+.search_gallery_item .search_listing_info {
+ margin: 5px;
+}
+
+.search_gallery_item .search_listing_info p {
+ margin: 5px;
+ margin-bottom: 10px;
} |