diff options
author | Aaron Parecki <aaron@parecki.com> | 2014-12-24 16:44:44 -0800 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2014-12-24 16:44:44 -0800 |
commit | 2cd148c792a47fea18d760b723d23569ae52d390 (patch) | |
tree | cbd2d277d7c56be7042fc7765ea7a3c26c4cd1f8 /public/css | |
parent | 3f090eeb306dec5041d3c2c3b6baa3434f31802b (diff) |
Support for "likes" and adding "settings" page
* Supports a bookmarklet to create "like" posts.
* Beginning a "settings" page to connect silo profiles for POSSEing likes to twitter, facebook and instagram
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/favorite.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/public/css/favorite.css b/public/css/favorite.css new file mode 100644 index 0000000..a80bc3a --- /dev/null +++ b/public/css/favorite.css @@ -0,0 +1,17 @@ + +#quill-star { + position: absolute; + + top: 50%; + left: 50%; + margin-top: -100px; + margin-left: -100px; + + width: 200px; + height: 200px; + +} + +#quill-star.hidden { + display: none; +} |