diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-12-05 05:23:13 -0800 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-12-05 05:23:13 -0800 |
commit | 328e3eabaff5bd451c29bfbe3b5c28a1e756b3ed (patch) | |
tree | 7b1c366f64694df907e9692f2811dc99a6caa538 | |
parent | 116e20c89dc5874912c7e3870623c747f75238ce (diff) | |
parent | ced28a88276b4c51a1e980ecf3255da18e373e01 (diff) | |
download | volse-hubzilla-328e3eabaff5bd451c29bfbe3b5c28a1e756b3ed.tar.gz volse-hubzilla-328e3eabaff5bd451c29bfbe3b5c28a1e756b3ed.tar.bz2 volse-hubzilla-328e3eabaff5bd451c29bfbe3b5c28a1e756b3ed.zip |
Merge pull request #14 from zzottel/master
Added #pause to testbubble/style.css
-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 = */ /* ================== */ |