diff options
author | friendica <info@friendica.com> | 2013-10-08 21:38:41 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-08 21:38:41 -0700 |
commit | 95f29743f17fa990e5cc5a1399825e4756f67a10 (patch) | |
tree | b1501024de562e174bf601b47e265721227b5f59 /view/theme/redbasic | |
parent | 0e793dea9bfc21a7c1c369d1db727d7ff900c90a (diff) | |
download | volse-hubzilla-95f29743f17fa990e5cc5a1399825e4756f67a10.tar.gz volse-hubzilla-95f29743f17fa990e5cc5a1399825e4756f67a10.tar.bz2 volse-hubzilla-95f29743f17fa990e5cc5a1399825e4756f67a10.zip |
move verified indicator
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 45d480528..557e29e83 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -910,7 +910,7 @@ footer { margin-left:10px; } -.wall-item-wrapper .icon-ok { +.wall-item-ago .icon-ok { cursor: pointer; color: darkgreen; } |