From: Friendika Date: Sat, 2 Jul 2011 09:47:01 +0000 (-0700) Subject: improvied group highlighting, move new group link down X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=24836f2966842b413ae29f325fbb61b30186a5f7;p=friendica.git improvied group highlighting, move new group link down --- diff --git a/include/group.php b/include/group.php index da4d41748b..e16c900d90 100644 --- a/include/group.php +++ b/include/group.php @@ -151,10 +151,6 @@ $o .= <<< EOT

Groups

- - \r\n
"; + $o .= " \r\n "; + + $o .= <<< EOT + + + + +EOT; return $o; } diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 2b0ee93e6e..5595045b89 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -249,6 +249,10 @@ div.wall-item-content-wrapper.shiny { cursor: pointer; } +#group-sidebar { + margin-bottom: 10px; +} + .group-selected { padding: 3px; border: 1px solid #CCCCCC; diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 7802d176d2..d2b6441ac7 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -137,6 +137,18 @@ blockquote:before { cursor: pointer; } + +#group-sidebar { + margin-bottom: 10px; +} + +.group-selected { + padding: 3px; + border: 1px solid #CCCCCC; + background: #F8F8F8; + font-weight: bold; +} + .fakelink:hover { color: #0CBEFE; text-decoration: none;