summaryrefslogtreecommitdiff
path: root/theme/default/css/display.css
diff options
context:
space:
mode:
authorMeitar Moscovitz <meitarm@gmail.com>2009-02-07 04:03:25 +1100
committerMeitar Moscovitz <meitarm@gmail.com>2009-02-07 04:03:25 +1100
commit8ec312043f8f4026d560e2cd0805200cb6c0f31a (patch)
treef3929b1b1b0d8b14016cc9d103f6f572518067ba /theme/default/css/display.css
parent5cdead72cdee1261e506cdc89dd81242bfb9ba84 (diff)
Add a link to the group search page from a user's own group list.
I've seen a request or two pop up for this on the Laconica group on Identica, and I'd personally like there to be a link to the search page from my own groups listing, as I often find myself looking for one and end up at my browser's address bar.
Diffstat (limited to 'theme/default/css/display.css')
-rw-r--r--theme/default/css/display.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/theme/default/css/display.css b/theme/default/css/display.css
index 854202956..85b5aa13e 100644
--- a/theme/default/css/display.css
+++ b/theme/default/css/display.css
@@ -238,7 +238,10 @@ background-color:#fcfcfc;
#new_group a {
background:transparent url(../images/icons/twotone/green/news.gif) no-repeat 0 45%;
}
-
+#usergroups #new_group {
+float: left;
+margin-right: 2em;
+}
.pagination .nav_prev a,
.pagination .nav_next a {