diff options
author | Evan Prodromou <evan@status.net> | 2010-01-02 21:35:46 -1000 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-02 21:35:46 -1000 |
commit | de74c64490a028def7687cee40852e2072b0b5a8 (patch) | |
tree | a8e4217ddd074f0c3ae44709335afe49bdd3335f /theme/identica/css/display.css | |
parent | d7436c10d0ddc47a1d6fbbfd36a473f3d1a71e8c (diff) | |
parent | 94af0d1279b98311dde2bbcaaa10729020d12468 (diff) |
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'theme/identica/css/display.css')
-rw-r--r-- | theme/identica/css/display.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 34be6eefa..a3e0f7ec3 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 -1846px; +} a, .form_settings input.form_action-primary, @@ -185,7 +191,9 @@ 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], +button.minimize { background-image:url(../../base/images/icons/icons-01.gif); background-repeat:no-repeat; background-color:transparent; @@ -246,6 +254,9 @@ background-color:#EFF3DC; button.close { background-position:0 -1120px; } +button.minimize { +background-position:0 -1912px; +} #anon_notice { background-color:#87B4C8; |