diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-01 11:20:49 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-01 11:20:49 +0000 |
commit | afc7d0373d932afd9ead6d9e4c2c93f82ff8376c (patch) | |
tree | 1b8298baac5002b07c640ce538e03463f7b53e21 | |
parent | 819bdb3123ddce7e01b13ba07b76f82328189ec6 (diff) | |
download | elgg-afc7d0373d932afd9ead6d9e4c2c93f82ff8376c.tar.gz elgg-afc7d0373d932afd9ead6d9e4c2c93f82ff8376c.tar.bz2 |
CSS additions
git-svn-id: https://code.elgg.org/elgg/trunk@1224 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | views/default/css.php | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index 3fe953bd5..b5bfee60d 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1031,6 +1031,36 @@ 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_header {
+ text-align: center;
+}
+
+.search_gallery_item .search_listing_icon {
+ position: relative;
+ text-align: center;
+}
+
+.search_gallery_item .search_listing_info {
+ margin: 5px;
+}
+
+.search_gallery_item .search_listing_info p {
+ margin: 5px;
+ margin-bottom: 10px; } .search_gallery_item { |