diff options
author | marijus <mario@mariovavti.com> | 2014-03-10 18:08:44 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-03-10 18:08:44 +0100 |
commit | 313240488ae7de9deb54dfb0e20d83cdf715b557 (patch) | |
tree | a4c88a723447314fbf990a761b46601eef61f406 /view/css | |
parent | 3f20debf5e30782832a601a5ac297906942bc05f (diff) | |
download | volse-hubzilla-313240488ae7de9deb54dfb0e20d83cdf715b557.tar.gz volse-hubzilla-313240488ae7de9deb54dfb0e20d83cdf715b557.tar.bz2 volse-hubzilla-313240488ae7de9deb54dfb0e20d83cdf715b557.zip |
fix lock position
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 484941926..42da46cc7 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -208,6 +208,7 @@ } +/* .wall-item-lock { position: absolute; left: 105px; @@ -221,7 +222,7 @@ .wall-item-lock { } - +*/ .lockview { cursor: pointer; } |