summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-11-20 15:40:22 -0500
committerEvan Prodromou <evan@prodromou.name>2008-11-20 15:40:22 -0500
commit297f13aed3f66bcab250c8c5d70b8549e10b2a9b (patch)
tree06d91773431375ce7f2643bab7f639ca6a86ceef /theme
parent168693b103c17f0e98f2e02854d7290f59f0cfb5 (diff)
float subscribe button right in profile list
darcs-hash:20081120204022-84dde-c238f7b51e43e81ce267ec65112f006f928676bf.gz
Diffstat (limited to 'theme')
-rw-r--r--theme/default/display.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/theme/default/display.css b/theme/default/display.css
index 7a741d9b1..2076cbf42 100644
--- a/theme/default/display.css
+++ b/theme/default/display.css
@@ -750,6 +750,14 @@ input#openid_url {
background-color: #f7ebcc;
}
+.profile_single form#subscribe {
+ float: right;
+}
+
+.profile_single form#unsubscribe {
+ float: right;
+}
+
/* ----- IM Settings Form -----*/
#imsettings p {