diff options
author | Friendika <info@friendika.com> | 2011-10-08 18:38:14 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-08 18:38:14 -0700 |
commit | 91bc2fc9b6a38724955c8c035e5f228df6dddd62 (patch) | |
tree | e2bfacd485a692cb7ab05969c6c2417d8d8b7229 | |
parent | fe0ac848d54608a17a0427fadb6ef0a708223bab (diff) | |
parent | 999f284ed102456df91812a1bf7fd760b5384e3d (diff) | |
download | volse-hubzilla-91bc2fc9b6a38724955c8c035e5f228df6dddd62.tar.gz volse-hubzilla-91bc2fc9b6a38724955c8c035e5f228df6dddd62.tar.bz2 volse-hubzilla-91bc2fc9b6a38724955c8c035e5f228df6dddd62.zip |
Merge branch 'pull'
-rw-r--r-- | view/theme/testbubble/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index fd7482ba3..5621a972b 100644 --- a/view/theme/testbubble/style.css +++ b/view/theme/testbubble/style.css @@ -993,7 +993,7 @@ profile-jot-banner-wrapper { position: absolute; top: 65px; width: 30px; - z-index: 10001; + z-index: 900; width: 30px; height: 30px; } @@ -1004,7 +1004,7 @@ profile-jot-banner-wrapper { position: absolute; left: 20px; top: 70px; - z-index: 10002; + z-index: 950; } .wall-item-photo-menu { |