summaryrefslogtreecommitdiff
path: root/theme/biz/css
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-28 16:49:33 +0100
committerSarven Capadisli <csarven@status.net>2010-01-28 16:49:33 +0100
commitb969fba2f5de4edf43e514e23565e1a90f916d04 (patch)
tree3e9784d147b194adf531d0b5906a48633b44ebfc /theme/biz/css
parentd4289cb34e9aefe7ffea3ca506ea0223f7858cb6 (diff)
Updated geo sharing styles for biz
Diffstat (limited to 'theme/biz/css')
-rw-r--r--theme/biz/css/base.css21
-rw-r--r--theme/biz/css/display.css15
2 files changed, 35 insertions, 1 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;
diff --git a/theme/biz/css/display.css b/theme/biz/css/display.css
index 7ea451576..7a53b02bf 100644
--- a/theme/biz/css/display.css
+++ b/theme/biz/css/display.css
@@ -60,6 +60,13 @@ input.submit,
color:#FFFFFF;
}
+.form_notice label[for=notice_data-geo] {
+background-position:0 -1780px;
+}
+.form_notice label[for=notice_data-geo].checked {
+background-position:0 -1846px;
+}
+
a,
#site_nav_local_views .current a,
div.notice-options input,
@@ -115,6 +122,12 @@ text-indent:-9999px;
outline:none;
}
+.form_notice label[for=notice_data-geo] {
+background-image:url(../../base/images/icons/icons-01.gif);
+background-repeat:no-repeat;
+background-color:transparent;
+}
+
#content {
box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
-moz-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
@@ -130,7 +143,7 @@ border-color:#FFFFFF;
background-color:#FFFFFF;
}
-#site_nav_local_views li {
+#site_nav_local_views li.current {
box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
-moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
-webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);