aboutsummaryrefslogtreecommitdiff
path: root/mod/riverdashboard/views/default/riverdashboard/css.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-29 18:31:27 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-29 18:31:27 +0000
commitb6f99468651309e0b58dbe000958540809df5dcc (patch)
tree2eb822efea669a1f12d44818e001aaa22b331f69 /mod/riverdashboard/views/default/riverdashboard/css.php
parent6729784c18099d4e34c2ed6146b63f275a2eea54 (diff)
downloadelgg-b6f99468651309e0b58dbe000958540809df5dcc.tar.gz
elgg-b6f99468651309e0b58dbe000958540809df5dcc.tar.bz2
Fixes #2226 moves riverdashboard into secondary plugins from core plugins - most of riverdashboard functionality is now in core (except for displaying who has liked stuff and ajax refreshes)
git-svn-id: http://code.elgg.org/elgg/trunk@7750 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/riverdashboard/views/default/riverdashboard/css.php')
-rw-r--r--mod/riverdashboard/views/default/riverdashboard/css.php179
1 files changed, 0 insertions, 179 deletions
diff --git a/mod/riverdashboard/views/default/riverdashboard/css.php b/mod/riverdashboard/views/default/riverdashboard/css.php
deleted file mode 100644
index bb207d33c..000000000
--- a/mod/riverdashboard/views/default/riverdashboard/css.php
+++ /dev/null
@@ -1,179 +0,0 @@
-<?php
-/**
- * Elgg riverdashboard CSS
- *
- */
-?>
-#riverdashboard-updates {
- border-bottom:1px solid #cccccc;
-}
-#riverdashboard-updates a.update-link {
- display: inline-table;
- color:white;
- font-weight: bold;
- padding:1px 8px 2px 24px;
- margin-top:9px;
- cursor: pointer;
- background: red url("<?php echo elgg_get_site_url(); ?>mod/riverdashboard/graphics/refresh.png") no-repeat 5px 3px;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
-}
-#riverdashboard-updates a.update-link:hover {
- background: #4690D6 url("<?php echo elgg_get_site_url(); ?>mod/riverdashboard/graphics/refresh.png") no-repeat 5px -22px;
- color:white;
- text-decoration: none;
-}
-.riverdashboard-filtermenu {
- margin:10px 0 10px 0;
- float:right;
-}
-
-/* RIVER ENTRY */
-.elgg-river-item {
- border-bottom:1px solid #cccccc;
- padding:7px 0 7px 0;
-}
-.elgg-river-item p {
- margin:0;
-}
-.elgg-river-item .entity-subtext {
- display: block;
- line-height: 1.4em;
-}
-.river-item-useravatar {
- float:left;
- margin-top:3px;
- margin-left:1px;
-}
-.river-item-contents {
- margin-left:55px;
-}
-.river-item-contents a {
- font-weight: bold;
-}
-.river-content-display {
- border-left:1px solid #DDDDDD;
- font-size:85%;
- line-height:1.5em;
- margin:8px 0 5px 0;
- padding-left:5px;
-}
-.following-icon {
- width:20px;
- height:25px;
- margin:0 2px 0 2px;
- background: url(<?php echo elgg_get_site_url(); ?>mod/riverdashboard/graphics/follow_icon.png) no-repeat left -7px;
-}
-
-/* LATEST COMMENTS IN RIVER */
-.river-comments-tabs {
- max-height: 19px;
- overflow:hidden;
-}
-.river-comments {
- -moz-border-radius-bottomleft:5px;
- -moz-border-radius-bottomright:5px;
- -moz-border-radius-topleft:5px;
- -moz-border-radius-topright:0;
- -webkit-border-top-left-radius:5px;
- -webkit-border-top-right-radius:0;
- -webkit-border-bottom-right-radius:5px;
- -webkit-border-bottom-left-radius:5px;
- background-color: #eeeeee;
-}
-.river-comment {
- padding:3px;
- border-bottom:1px solid white;
-}
-.river-comment.penultimate {
-
-}
-.river-comment.latest {
-
-}
-/* hidden inline comment form */
-.river-comment-form.hidden {
- padding:5px;
- height:26px;
-}
-.river-comment-form.hidden .input-text {
- width:560px;
- padding:3px;
-}
-#profile-content .river-comment-form.hidden .input-text { /* when activity is displayed on profile page */
- width:535px;
-}
-.river-comment-form.hidden .elgg-submit-button {
- margin:0 0 0 10px;
- float:right;
-}
-.river-link-divider {
- color:#999999;
- font-style: normal;
-}
-.river-comment-form-button,
-.river-item-contents .river_user-like-button {
- font-weight:normal;
- font-style: normal;
-}
-.river-comment-form-button {
- margin-left: 7px;
-}
-/* hidden list of users that liked item */
-.elgg-likes-user {
- border-bottom:1px solid white;
- padding:3px;
-}
-.elgg-likes-user .entity-listing-icon {
- margin:3px 0 4px 2px;
-}
-.elgg-likes-user .entity-listing-info {
- width:635px;
-}
-#profile-content .river-item .elgg-likes-user .entity-listing-info { /* when likes is displayed on profile page activity stream */
- width:600px;
-}
-.elgg-likes-user .entity-metadata {
- margin-top:3px;
-}
-p.elgg-likes-owner {
- padding-top:0;
-}
-a.river-more-comments {
- display:block;
- float:right;
- padding:1px 7px 1px 7px;
- margin-left:6px;
- text-align:right;
- font-size:85%;
- font-weight:normal;
- width:auto;
- background-color: #eeeeee;
- -moz-border-radius-topleft:4px;
- -moz-border-radius-topright:4px;
- -webkit-border-top-left-radius:4px;
- -webkit-border-top-right-radius:4px;
-}
-a.river-more-comments.off {
- background-color: white;
-}
-.river-comment-owner-icon {
- float:left;
- margin:3px 8px 4px 2px;
-}
-.river-comment-contents {
- margin-left:34px;
-}
-a.river-more-comments {
- float:right;
- font-size:85%;
- padding-right:7px;
- text-align:right;
-}
-.elgg-river-item form {
- display: block;
- height: auto;
- padding: 0px;
-}
-
-