diff options
author | Friendika <info@friendika.com> | 2011-07-03 19:41:04 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-03 19:41:04 -0700 |
commit | 5ceeb6752d645036b832077d88b71a8825952322 (patch) | |
tree | 1cf61d116761b52bf53592241a3b7a178d1675e0 /view/theme/loozah | |
parent | bef68a8c7fe021bd6effc3e4bad62dbd1d229e87 (diff) | |
download | volse-hubzilla-5ceeb6752d645036b832077d88b71a8825952322.tar.gz volse-hubzilla-5ceeb6752d645036b832077d88b71a8825952322.tar.bz2 volse-hubzilla-5ceeb6752d645036b832077d88b71a8825952322.zip |
starred items
Diffstat (limited to 'view/theme/loozah')
-rw-r--r-- | view/theme/loozah/style.css | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 8f64e4cf8..04a680017 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -1096,8 +1096,23 @@ input#dfrn-url { } .editpost { - margin-left: 15px; + margin-left: 10px; + float: left; } +.star-item { + margin-left: 10px; + float: left; +} + + +#network-star-link{ + margin-top: 10px; +} +.network-star { + float: left; + margin-right: 5px; +} + .wall-item-info.wallwall { width: 285px; |