diff options
author | friendica <info@friendica.com> | 2015-02-04 17:32:29 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-04 17:32:29 -0800 |
commit | 561bab4ece9fa5844a0cb00f3cbd75e0855b2796 (patch) | |
tree | 9e614fce416c8b54d6a1a03cc70b1c05bdc48ec6 /view/css | |
parent | 48a145a8ed341c1f28f941be2eaab053c172e3f1 (diff) | |
download | volse-hubzilla-561bab4ece9fa5844a0cb00f3cbd75e0855b2796.tar.gz volse-hubzilla-561bab4ece9fa5844a0cb00f3cbd75e0855b2796.tar.bz2 volse-hubzilla-561bab4ece9fa5844a0cb00f3cbd75e0855b2796.zip |
remote rating and addition of rate-me to channel profile sidebar
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_rate.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/css/mod_rate.css b/view/css/mod_rate.css new file mode 100644 index 000000000..58e87b9b4 --- /dev/null +++ b/view/css/mod_rate.css @@ -0,0 +1,8 @@ +#rating-slider { + width: 600px !important; +} + +#rating-text { + width: 400px; + height: 60px; +} |