diff options
author | zottel <github@zottel.net> | 2011-12-05 05:17:37 -0800 |
---|---|---|
committer | zottel <github@zottel.net> | 2011-12-05 05:17:37 -0800 |
commit | ced28a88276b4c51a1e980ecf3255da18e373e01 (patch) | |
tree | 7b1c366f64694df907e9692f2811dc99a6caa538 /view/theme/testbubble | |
parent | 116e20c89dc5874912c7e3870623c747f75238ce (diff) | |
download | volse-hubzilla-ced28a88276b4c51a1e980ecf3255da18e373e01.tar.gz volse-hubzilla-ced28a88276b4c51a1e980ecf3255da18e373e01.tar.bz2 volse-hubzilla-ced28a88276b4c51a1e980ecf3255da18e373e01.zip |
added #pause
Diffstat (limited to 'view/theme/testbubble')
-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 = */ /* ================== */ |