From f3572aec7f159231ca2b63be1d2c5466a3ff7208 Mon Sep 17 00:00:00 2001 From: csarven Date: Sat, 15 Nov 2008 21:27:35 -0500 Subject: Nudge feature darcs-hash:20081116022735-eefa4-366f6deb85942f859ebd532e477b57737bcafbf8.gz --- theme/default/display.css | 42 +++++++++++++++++++++++++++++++++ theme/default/icon_checkmark.png | Bin 0 -> 781 bytes theme/default/icon_emote-wink.png | Bin 0 -> 914 bytes theme/default/icon_process-working.gif | Bin 0 -> 1849 bytes theme/default/ie7.css | 12 +++++++--- 5 files changed, 51 insertions(+), 3 deletions(-) create mode 100644 theme/default/icon_checkmark.png create mode 100644 theme/default/icon_emote-wink.png create mode 100644 theme/default/icon_process-working.gif (limited to 'theme') diff --git a/theme/default/display.css b/theme/default/display.css index 91cc057fa..19ec7b48d 100644 --- a/theme/default/display.css +++ b/theme/default/display.css @@ -208,6 +208,48 @@ input#disfavor, input.disfavor { } +/*profile_actions*/ +#profile_actions { +padding-left:0; +list-style-type:none; +margin:0; +} +#profile_actions li { +margin-bottom:0.5em; +clear:both; +} + +#profile_actions #profile_nudge input.submit { +margin:0; +padding:0; +padding-left:17px; +background:transparent url(icon_emote-wink.png) 0 1px no-repeat; +color:#C15D42; +font-family:Georgia,"Times New Roman",Times,serif; +font-weight:normal; +font-size:14px; +text-align:left; +float:left; +line-height:18px; +} +#profile_actions #profile_nudge input.submit:hover { +background-color:transparent; +color:#C15D42; +} + +#wrap #content input.processing { +padding-left:17px; +background:transparent url(icon_process-working.gif) 0 1px no-repeat; +line-height:18px; +} + +#wrap p#nudge_response { +padding-left:20px; +background:transparent url(icon_checkmark.png) 0 1px no-repeat; +line-height:18px; +font-size:14px; +} + /* ----- Nav Footer ----- */ #nav_sub { diff --git a/theme/default/icon_checkmark.png b/theme/default/icon_checkmark.png new file mode 100644 index 000000000..818e3b5f8 Binary files /dev/null and b/theme/default/icon_checkmark.png differ diff --git a/theme/default/icon_emote-wink.png b/theme/default/icon_emote-wink.png new file mode 100644 index 000000000..46be68557 Binary files /dev/null and b/theme/default/icon_emote-wink.png differ diff --git a/theme/default/icon_process-working.gif b/theme/default/icon_process-working.gif new file mode 100644 index 000000000..d42f72c72 Binary files /dev/null and b/theme/default/icon_process-working.gif differ diff --git a/theme/default/ie7.css b/theme/default/ie7.css index 99bc4e79f..14534c05e 100644 --- a/theme/default/ie7.css +++ b/theme/default/ie7.css @@ -1,7 +1,5 @@ @charset "UTF-8"; /* CSS Document */ - - input.disfavor, input.favor { text-indent:0; @@ -9,11 +7,19 @@ input.favor { padding-left:25px; } +#profile_actions li { +float:left; +clear:both; +} +#profile_actions #profile_nudge input.submit { +margin-left:0; +width:100px; +} + #statistics dd { clear: both; } - #subscriptions_avatars li { float: left; } -- cgit v1.2.3-54-g00ecf