diff options
author | friendica <info@friendica.com> | 2011-12-05 14:07:59 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-05 14:07:59 -0800 |
commit | d2e110abf5c530b6e4f2e32bf8812faa3fa131f2 (patch) | |
tree | 5955d41e0935c4c8782c012ee3291bc086ff491d /view | |
parent | adbc84c48efd790dd8cded5f215d1223f880ec84 (diff) | |
parent | 328e3eabaff5bd451c29bfbe3b5c28a1e756b3ed (diff) | |
download | volse-hubzilla-d2e110abf5c530b6e4f2e32bf8812faa3fa131f2.tar.gz volse-hubzilla-d2e110abf5c530b6e4f2e32bf8812faa3fa131f2.tar.bz2 volse-hubzilla-d2e110abf5c530b6e4f2e32bf8812faa3fa131f2.zip |
Merge branch 'pull'
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/testbubble/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index fc7b63b26..1830a7408 100644 --- a/view/theme/testbubble/style.css +++ b/view/theme/testbubble/style.css @@ -711,6 +711,12 @@ ul .sidebar-group-li .icon{ margin-left: 15px; } +#pause { + position: fixed; + bottom: 5px; + right: 5px; +} + /* ================== */ /* = Contacts Block = */ /* ================== */ |