diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-28 16:49:33 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-28 19:36:57 +0100 |
commit | 108aa050af17639c319305338ea9de9e28847275 (patch) | |
tree | 88f89c8ca68b37131a81eda03c4ef8255e98c80e /theme/biz/css/base.css | |
parent | df2390a90f43e7493eef492960526df112efa9a4 (diff) |
Updated geo sharing styles for biz
Diffstat (limited to 'theme/biz/css/base.css')
-rw-r--r-- | theme/biz/css/base.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/theme/biz/css/base.css b/theme/biz/css/base.css index 2d4ac85ba..47845421a 100644 --- a/theme/biz/css/base.css +++ b/theme/biz/css/base.css @@ -518,6 +518,27 @@ margin-bottom:0; line-height:1.618; } +.form_notice #notice_data-geo_wrap label, +.form_notice #notice_data-geo_wrap input { +position:absolute; +top:25px; +right:4px; +left:auto; +cursor:pointer; +width:16px; +height:16px; +display:block; +} +.form_notice #notice_data-geo_wrap input { +visibility:hidden; +} +.form_notice #notice_data-geo_wrap label { +font-weight:normal; +font-size:1em; +margin-bottom:0; +text-indent:-9999px; +} + /* entity_profile */ .entity_profile { position:relative; |