diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-03 00:33:41 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-03 00:33:41 +0000 |
commit | ec5850d26a46b88c14579959c8bcf34e936b087e (patch) | |
tree | d641cf2a25288cfb64dd09d4147c65682527d8ec /theme/identica/css | |
parent | f990237c03ab8f5e2a7b3e90d79566b0901bec9b (diff) |
Changed location share representation to be more like the file
attachment. Init UI. Probably a little buggy.
Diffstat (limited to 'theme/identica/css')
-rw-r--r-- | theme/identica/css/display.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 34be6eefa..a47837387 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -117,6 +117,12 @@ background-position:0 47%; .form_notice a#notice_data-location_name { background-position:0 -1711px; } +.form_notice label[for=notice_data-geo] { +background-position:0 -1780px; +} +.form_notice label[for=notice_data-geo].checked { +background-position:0 -1847px; +} a, .form_settings input.form_action-primary, @@ -185,7 +191,8 @@ button.close, .entity_silence input.submit, .entity_delete input.submit, .notice-options .repeated, -.form_notice a#notice_data-location_name { +.form_notice a#notice_data-location_name, +.form_notice label[for=notice_data-geo] { background-image:url(../../base/images/icons/icons-01.gif); background-repeat:no-repeat; background-color:transparent; |