diff options
author | marijus <mario@mariovavti.com> | 2014-03-25 15:27:45 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-03-25 15:27:45 +0100 |
commit | 89b573a6f3b7409ba9f8ba9fe41ed06b8106836b (patch) | |
tree | 4ec44719a881d675f62e2556507cdecc67c3fdf1 /view/css | |
parent | 50a7e9ce8fe30959d6e4343e8fdafaeca1e7856c (diff) | |
download | volse-hubzilla-89b573a6f3b7409ba9f8ba9fe41ed06b8106836b.tar.gz volse-hubzilla-89b573a6f3b7409ba9f8ba9fe41ed06b8106836b.tar.bz2 volse-hubzilla-89b573a6f3b7409ba9f8ba9fe41ed06b8106836b.zip |
fix lock permissions view and autoload not kicking in on touch devices under certain conditions
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 8d7404b5d..46e1ed436 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -204,25 +204,14 @@ } -/* -.wall-item-lock { - position: absolute; - left: 105px; - top: 1px; -} - -.comment .wall-item-lock { - left: 65px; -} - -.wall-item-lock { - -} -*/ .lockview { cursor: pointer; } +.lockview-panel { + padding: 3px 20px; +} + .wall-item-location { text-overflow: ellipsis; max-width: 30%; |