aboutsummaryrefslogtreecommitdiff
path: root/mod/bookmarks/views/default/bookmarks/css.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/bookmarks/views/default/bookmarks/css.php')
-rw-r--r--mod/bookmarks/views/default/bookmarks/css.php138
1 files changed, 32 insertions, 106 deletions
diff --git a/mod/bookmarks/views/default/bookmarks/css.php b/mod/bookmarks/views/default/bookmarks/css.php
index 71d2d9ed6..94ba3768f 100644
--- a/mod/bookmarks/views/default/bookmarks/css.php
+++ b/mod/bookmarks/views/default/bookmarks/css.php
@@ -1,125 +1,51 @@
<?php
-
- /**
- * Elgg bookmarks CSS
- *
- * @package ElggBookmarks
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider <info@elgg.com>
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.org/
- */
-
+/**
+ * Elgg bookmarks CSS
+ *
+ * @package ElggBookmarks
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider <info@elgg.com>
+ * @copyright Curverider Ltd 2008-2010
+ * @link http://elgg.org/
+ */
?>
-.sharing_item {
-
-}
-
-.sharing_item_owner {
- font-size: 90%;
- margin: 10px 0 0 0;
- color:#666666;
-}
-
-.sharing_item_owner .icon {
- float: left;
- margin-right: 5px;
-
-}
-.sharing_item_title h3 {
- font-size: 150%;
- margin-bottom: 5px;
-}
-.sharing_item_title h3 a {
- text-decoration: none;
-}
-.sharing_item_description p {
- margin:0;
- padding:0 0 5px 0;
-}
-.sharing_item_tags {
- background:transparent url(<?php echo $vars['url']; ?>_graphics/icon_tag.gif) no-repeat scroll left 2px;
- margin:0;
- padding:0 0 0 14px;
-}
-
-.sharing_item_address a {
- font: 12px/100% Arial, Helvetica, sans-serif;
- font-weight: bold;
- color: #ffffff;
- background:#4690d6;
- border: 1px solid #4690d6;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- width: auto;
- height: 25px;
- padding: 2px 6px 2px 6px;
- margin:10px 0 10px 0;
+.bookmark_note {
+ margin:0 0 0 5px;
cursor: pointer;
}
-.sharing_item_address a:hover {
- background: #0054a7;
- border: 1px solid #0054a7;
- text-decoration: none;
-}
-.sharing_item_controls p {
- margin:0;
+.note {
+ margin-top:5px;
}
-
-/* SHARES WIDGET VIEW */
-.shares_widget_wrapper {
- background-color: white;
- margin:0 10px 5px 10px;
- padding:5px;
- -webkit-border-radius: 8px;
- -moz-border-radius: 8px;
-}
-.shares_widget_icon {
- float: left;
- margin-right: 10px;
-}
-.shares_timestamp {
- color:#666666;
- margin:0;
+/* BOOKMARKS WIDGET
+.collapsable_box_content .ContentWrapper.bookmarks {
+ margin-bottom:5px;
+ line-height:1.2em;
}
-.share_desc {
+.collapsable_box_content .ContentWrapper.bookmarks .share_desc {
display:none;
line-height: 1.2em;
}
-.shares_widget_content {
- margin-left: 35px;
+.collapsable_box_content .ContentWrapper.bookmarks .share_desc p {
+ margin:0 0 5px 0;
}
-.shares_title {
- margin:0;
- line-height: 1.2em;
+.collapsable_box_content .ContentWrapper.bookmarks .river_object_bookmarks_create p {
+ min-height:17px;
+ padding:0 0 0 17px;
}
-
-/* timestamp and user info in gallery and list view */
-.search_listing_info .shares_gallery_user,
-.share_gallery_info .shares_gallery_user,
-.share_gallery_info .shares_gallery_comments {
+.collapsable_box_content .ContentWrapper.bookmarks .shares_timestamp {
color:#666666;
margin:0;
- font-size: 90%;
-}
-
-
-/* ***************************************
-PAGE-OWNER BLOCK
-*************************************** */
-#owner_block_bookmark_this {
- padding:5px 0 0 0;
+ padding:0 0 0 17px;
}
-#owner_block_bookmark_this a {
- font-size: 90%;
- color:#999999;
- padding:0 0 4px 20px;
- background: url(<?php echo $vars['url']; ?>_graphics/icon_bookmarkthis.gif) no-repeat left top;
+.collapsable_box_content .ContentWrapper.bookmarks .shares_title {
+ margin:0;
+ line-height: 1.1em;
}
-#owner_block_bookmark_this a:hover {
- color: #0054a7;
+.collapsable_box_content .ContentWrapper.bookmarks.more {
+ margin:0 10px;
+ padding:5px 10px;
}
-
+*/