diff options
author | friendica <info@friendica.com> | 2015-02-03 18:10:55 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-03 18:10:55 -0800 |
commit | 17ffe122b309610208d769f0e2b41f53fcf9d254 (patch) | |
tree | b21e6080c586418a5327c5a50c9bf69538cf2c6c /view/css | |
parent | 5cb2f55dbbe715219dd18c60345e341ed478a753 (diff) | |
download | volse-hubzilla-17ffe122b309610208d769f0e2b41f53fcf9d254.tar.gz volse-hubzilla-17ffe122b309610208d769f0e2b41f53fcf9d254.tar.bz2 volse-hubzilla-17ffe122b309610208d769f0e2b41f53fcf9d254.zip |
ratings - mopping up, most everything but directory sync implemented
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_directory.css | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/view/css/mod_directory.css b/view/css/mod_directory.css index e93f23ec6..d4cf23b39 100644 --- a/view/css/mod_directory.css +++ b/view/css/mod_directory.css @@ -10,14 +10,24 @@ float: right; margin-right: 5px; } -.directory-slider { + +.slider-container { padding: 15px; - width: 100px; } -.directory-rating-text { + +.rating-text { margin-top: 30px; } +.directory-rating-text { + width: 90%; + margin-left: 5%; +} + +.directory-rating-submit { + margin-top: 15px; +} + .directory-photo { margin-left: 25px; } |