diff options
author | duthied <duthied@gmail.com> | 2011-10-08 17:38:22 -0700 |
---|---|---|
committer | duthied <duthied@gmail.com> | 2011-10-08 17:38:22 -0700 |
commit | 999f284ed102456df91812a1bf7fd760b5384e3d (patch) | |
tree | 712f198bb7d0feb054976ac824ff51f4d96c2307 | |
parent | 986c31c7b8f567b21726fcd33e0453bdc64d6f40 (diff) | |
parent | dfc65f1502a69ec37735f7386f3cf0c17aba301d (diff) | |
download | volse-hubzilla-999f284ed102456df91812a1bf7fd760b5384e3d.tar.gz volse-hubzilla-999f284ed102456df91812a1bf7fd760b5384e3d.tar.bz2 volse-hubzilla-999f284ed102456df91812a1bf7fd760b5384e3d.zip |
Merge pull request #22 from duthied/master
testbubble theme tweak
-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 { |