diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2012-02-13 01:30:42 -0800 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2012-02-13 01:30:42 -0800 |
commit | f84309eb9202cb5917f05ca9cfe3a83a953fef0a (patch) | |
tree | 065e7fcef74e17d63072d386481cce8483772000 /view/theme | |
parent | 85c831bcbf6f4cc2793d91e4e3fb3da5828a3f60 (diff) | |
parent | 8369c243b321a421ea2ab92a49d8995b5724244e (diff) | |
download | volse-hubzilla-f84309eb9202cb5917f05ca9cfe3a83a953fef0a.tar.gz volse-hubzilla-f84309eb9202cb5917f05ca9cfe3a83a953fef0a.tar.bz2 volse-hubzilla-f84309eb9202cb5917f05ca9cfe3a83a953fef0a.zip |
Merge pull request #34 from fabrixxm/master
Allow reshare in display view
Diffstat (limited to 'view/theme')
-rwxr-xr-x | view/theme/quattro/quattro.less | 7 | ||||
-rwxr-xr-x | view/theme/quattro/style.css | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 0d58000e6..ac84e0eff 100755 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -547,6 +547,13 @@ section { } .wwto .contact-photo { width: 25px; height: 25px; } + +#pause { + position: fixed; + bottom: 5px; + right: 5px; +} + /* contacts menu */ .contact-photo-wrapper { position: relative; } .contact-photo { diff --git a/view/theme/quattro/style.css b/view/theme/quattro/style.css index 49d57eb37..0f5db6fe1 100755 --- a/view/theme/quattro/style.css +++ b/view/theme/quattro/style.css @@ -891,6 +891,11 @@ section { width: 25px; height: 25px; } +#pause { + position: fixed; + bottom: 5px; + right: 5px; +} /* contacts menu */ .contact-photo-wrapper { position: relative; |