aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-02-04 15:48:39 -0800
committerfriendica <info@friendica.com>2015-02-04 15:48:39 -0800
commit398894851628ccb99090e9d70b92a9a909ef7015 (patch)
treed97049278536fdbabbc889e6be1cb81d4a72ed43 /view/css
parent1ceb0a7fbab5957ae077ef4867266314c612f8ea (diff)
downloadvolse-hubzilla-398894851628ccb99090e9d70b92a9a909ef7015.tar.gz
volse-hubzilla-398894851628ccb99090e9d70b92a9a909ef7015.tar.bz2
volse-hubzilla-398894851628ccb99090e9d70b92a9a909ef7015.zip
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.
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_directory.css21
-rw-r--r--view/css/widgets.css24
2 files changed, 24 insertions, 21 deletions
diff --git a/view/css/mod_directory.css b/view/css/mod_directory.css
index c562764ea..7b149d744 100644
--- a/view/css/mod_directory.css
+++ b/view/css/mod_directory.css
@@ -6,27 +6,6 @@
float: left;
width: 250px;
}
-.directory-rating {
- float: right;
- margin-right: 5px;
-}
-
-.slider-container {
- padding: 15px;
-}
-
-.rating-text-label {
- margin-top: 30px;
-}
-
-.directory-rating-text {
- width: 90%;
- margin-left: 5%;
-}
-
-.directory-rating-submit {
- margin-top: 15px;
-}
.directory-photo {
margin-left: 25px;
diff --git a/view/css/widgets.css b/view/css/widgets.css
index 4db87e633..43d132276 100644
--- a/view/css/widgets.css
+++ b/view/css/widgets.css
@@ -104,3 +104,27 @@ li:hover .group-edit-icon {
.chatroomlist td {
padding: 0 5px 0;
}
+
+/* ratings */
+
+.directory-rating {
+ float: right;
+ margin-right: 5px;
+}
+
+.slider-container {
+ padding: 15px;
+}
+
+.rating-text-label {
+ margin-top: 30px;
+}
+
+.directory-rating-text {
+ width: 90%;
+ margin-left: 5%;
+}
+
+.directory-rating-submit {
+ margin-top: 15px;
+}