diff options
author | Evan Prodromou <evan@status.net> | 2010-01-01 11:30:44 -1000 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-01 11:30:44 -1000 |
commit | 2851296c8df7ad8fb9394d9d087ce04867e30d92 (patch) | |
tree | 8a4f02707ca7a9d11bedd1ed83a5fd9b607e2cf1 /theme/identica | |
parent | a9d835920824c48caef2a66686d6605ff54586b3 (diff) | |
parent | 1b3917c6a7f3f12394e93f5388210df185b419e7 (diff) |
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'theme/identica')
-rw-r--r-- | theme/identica/css/display.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 78a0707ce..34be6eefa 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -111,9 +111,12 @@ box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1); text-shadow:none; } -.form_notice #notice_data-location_name { +.form_notice span#notice_data-location_name { background-position:0 47%; } +.form_notice a#notice_data-location_name { +background-position:0 -1711px; +} a, .form_settings input.form_action-primary, @@ -181,7 +184,8 @@ button.close, .entity_sandbox input.submit, .entity_silence input.submit, .entity_delete input.submit, -.notice-options .repeated { +.notice-options .repeated, +.form_notice a#notice_data-location_name { background-image:url(../../base/images/icons/icons-01.gif); background-repeat:no-repeat; background-color:transparent; |