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:15:33 +0100 |
commit | 7695daebb7463a83ddddb06fb56bf8875973c695 (patch) | |
tree | 42ae0d50fc64c62daf9660b75482543ae28ab90f | |
parent | d6a0dec76537628ac680a9f483f75c5abdd01077 (diff) |
Updated geolocation sharing in notice form for Realtime pop
-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; } |