diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2008-12-11 22:52:55 -0500 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2008-12-11 22:52:55 -0500 |
commit | 0782e5916bd4173bc3562876308a1946dc8a4651 (patch) | |
tree | 7d8b03f80d404009d99c1b3b6ed7db1e2d28f1ea /theme/default | |
parent | 2399e7418eac9c5b50f3913caeb30da8187e7603 (diff) |
Delivery method in Subscriptions
darcs-hash:20081212035255-efd22-534581fa42c74785dcf4333ae4b8513d96718bdd.gz
Diffstat (limited to 'theme/default')
-rw-r--r-- | theme/default/display.css | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/theme/default/display.css b/theme/default/display.css index 0cd8d8998..650732ee0 100644 --- a/theme/default/display.css +++ b/theme/default/display.css @@ -776,9 +776,23 @@ input#openid_url { float: right; } -.profile_single form.unsubscribe { - float: right; +form.subedit { + margin-left:4.5em; +} +form.subedit p { + display:inline; + } +form.subedit input.submit { + margin:0 0 0 0.5em; + display:inline; + background-color:transparent; + padding:0; + color:#C15D42; + border:1px solid #C15D42; +} + + /* ----- IM Settings Form -----*/ |