diff options
author | friendica <info@friendica.com> | 2013-10-08 21:17:11 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-08 21:17:11 -0700 |
commit | 0e793dea9bfc21a7c1c369d1db727d7ff900c90a (patch) | |
tree | fbf2386dcd88f2d7d4429f8f5daca96d398c5f3f /view/theme/redbasic | |
parent | f8d34a2aafafd35858aac3ae19b6a56c67f4c5e9 (diff) | |
download | volse-hubzilla-0e793dea9bfc21a7c1c369d1db727d7ff900c90a.tar.gz volse-hubzilla-0e793dea9bfc21a7c1c369d1db727d7ff900c90a.tar.bz2 volse-hubzilla-0e793dea9bfc21a7c1c369d1db727d7ff900c90a.zip |
replace a bunch of graphic icons with vector icons
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 96ea90c95..45d480528 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -916,6 +916,7 @@ footer { } .wall-item-lock { + font-size: 1.4em; left: 105px; position: absolute; top: 1px; @@ -944,6 +945,8 @@ footer { .item-tool { float: left; margin-right: 8px; + font-size: 1.2em; + cursor: pointer; } .like-rotator { @@ -2694,11 +2697,14 @@ brain is weird like that */ .on { background-position: -144px -32px; } .off { background-position: 0px -48px; } -.starred { background-position: -16px -48px; } -.unstarred { background-position: -32px -48px; } +/*.starred { background-position: -16px -48px; } +.unstarred { background-position: -32px -48px; }*/ .tagged { background-position: -48px -48px; } .yellow { background-position: -64px -48px; } +.starred { + color: gold; +} .filer-icon { display: block; width: 16px; height: 16px; @@ -3404,3 +3410,7 @@ margin-right: 50px; .pmenu li { margin-left: -20px; } + +.comment-icon, .jot-icons { + font-size: 1.2em; +}
\ No newline at end of file |