diff options
author | friendica <info@friendica.com> | 2013-10-08 17:31:49 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-08 17:31:49 -0700 |
commit | f8d34a2aafafd35858aac3ae19b6a56c67f4c5e9 (patch) | |
tree | 5cef76051941f6f8ecf71956e74659c977a4429e /view/theme | |
parent | c062d7f1d96beb4f9f9754fcd0f9edb973e3a305 (diff) | |
download | volse-hubzilla-f8d34a2aafafd35858aac3ae19b6a56c67f4c5e9.tar.gz volse-hubzilla-f8d34a2aafafd35858aac3ae19b6a56c67f4c5e9.tar.bz2 volse-hubzilla-f8d34a2aafafd35858aac3ae19b6a56c67f4c5e9.zip |
First visit http://fontawesome.io/cheatsheet/, then it's your turn. Please don't leave this for me to fix, because you'll hate it. There are a few icons we'll have to map to something appropriate - such as "matrix"; though there are some interesting options - and you can always dip into unicode if you don't find something appropriate here; though I would suggest that *if* you do this to create an icon-xyz class wrapper to the HTML "i" tag so that it's handled exactly the same.
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f929087b1..96ea90c95 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -909,6 +909,12 @@ footer { .wall-item-wrapper { margin-left:10px; } + +.wall-item-wrapper .icon-ok { + cursor: pointer; + color: darkgreen; +} + .wall-item-lock { left: 105px; position: absolute; |