diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-26 19:13:05 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-26 19:13:05 +0100 |
commit | e05c32572234dc0b4adb19be7bbe9879f49ec7ee (patch) | |
tree | f59d3db63387c76e3b3d44b83f791a9854e7a445 /plugins | |
parent | 02957d28541b3164df117d54788d1152c85ff00b (diff) |
Updated geolocation sharing in notice form for Realtime pop
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Realtime/realtimeupdate.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Realtime/realtimeupdate.css b/plugins/Realtime/realtimeupdate.css index 56f869354..31e7c2ae6 100644 --- a/plugins/Realtime/realtimeupdate.css +++ b/plugins/Realtime/realtimeupdate.css @@ -18,7 +18,8 @@ display:none; } .realtime-popup #form_notice label[for=notice_data-attach], -.realtime-popup #form_notice #notice_data-attach { +.realtime-popup #form_notice #notice_data-attach, +.realtime-popup #form_notice label[for=notice_data-geo] { top:0; } |