first cut at rating widget. The flaw is that it is limited because it requires local_channel() (formerly local_user()). We need to extend this to take you home like rpost does if you're logged in as remote_channel() - and/or we need zot to send the rating message to the source channel and target in addition to the directories.

This commit is contained in:
friendica
2015-02-04 15:48:39 -08:00
parent 1ceb0a7fba
commit 3988948516
8 changed files with 82 additions and 25 deletions

View File

@@ -771,6 +771,19 @@ footer {
clear: both;
}
div.rateme {
display: block;
color: $nav_active_icon_colour;
background-color: $nav_bg;
-webkit-border-radius: $radiuspx ;
-moz-border-radius: $radiuspx;
border-radius: $radiuspx;
border: 1px solid $nav_bd;
padding: 5px;
font-weight: bold;
clear: both;
}
#pause {
position: fixed;
bottom: 5px;
@@ -1442,16 +1455,22 @@ div.jGrowl div.jGrowl-notification {
width: 90%;
}
a.rconnect {
a.rconnect, div.rateme {
color: $nav_active_icon_colour;
text-decoration: none;
font-weight: normal;
outline: none;
}
a.rconnect:hover {
a.rconnect:hover, div.rateme:hover {
color: #0080FF;
text-decoration: none;
}
.widget.rateme {
margin-top: 15px;
padding: 0;
}
/* header */
header {