summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-08 13:58:23 +0000
committerSarven Capadisli <csarven@status.net>2010-01-08 13:58:23 +0000
commit54c18e68dadc37174e8631db76dae064a88920a6 (patch)
treeb946b8c67a53c893bd09f9c9bbcfdf4552c7a6fe /theme
parent69f567c7bed92cd0aaa32cb26a803499087c57f7 (diff)
Some code cleaning for geo UI
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css10
-rw-r--r--theme/default/css/display.css6
-rw-r--r--theme/identica/css/display.css6
3 files changed, 11 insertions, 11 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 2031aed21..cdacb9a62 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -555,7 +555,7 @@ margin-bottom:0;
line-height:1.618;
}
.form_notice #notice_data-attach_selected code,
-.form_notice #notice_data-location_name {
+.form_notice #notice_data-geo_name {
float:left;
width:80%;
display:block;
@@ -575,7 +575,7 @@ font-size:0.8em;
float:left;
}
-.form_notice #notice_data-location_wrap label {
+.form_notice #notice_data-geo_wrap label {
position:absolute;
top:25px;
right:4px;
@@ -585,16 +585,16 @@ width:16px;
height:16px;
display:block;
}
-.form_notice #notice_data-location_wrap input {
+.form_notice #notice_data-geo_wrap input {
display:none;
}
-.form_notice #notice_data-location_wrap label {
+.form_notice #notice_data-geo_wrap label {
font-weight:normal;
font-size:1em;
margin-bottom:0;
text-indent:-9999px;
}
-.form_notice #notice_data-location_name {
+.form_notice #notice_data-geo_name {
display:block;
padding-left:21px;
}
diff --git a/theme/default/css/display.css b/theme/default/css/display.css
index 1fe2bd569..2360976e5 100644
--- a/theme/default/css/display.css
+++ b/theme/default/css/display.css
@@ -111,10 +111,10 @@ box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
text-shadow:none;
}
-.form_notice span#notice_data-location_name {
+.form_notice span#notice_data-geo_name {
background-position:0 47%;
}
-.form_notice a#notice_data-location_name {
+.form_notice a#notice_data-geo_name {
background-position:0 -1711px;
}
.form_notice label[for=notice_data-geo] {
@@ -192,7 +192,7 @@ 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-geo_name,
.form_notice label[for=notice_data-geo],
button.minimize {
background-image:url(../../base/images/icons/icons-01.gif);
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index dd02de6b9..91af1d8ec 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -111,10 +111,10 @@ box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
text-shadow:none;
}
-.form_notice span#notice_data-location_name {
+.form_notice span#notice_data-geo_name {
background-position:0 47%;
}
-.form_notice a#notice_data-location_name {
+.form_notice a#notice_data-geo_name {
background-position:0 -1711px;
}
.form_notice label[for=notice_data-geo] {
@@ -192,7 +192,7 @@ 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-geo_name,
.form_notice label[for=notice_data-geo],
button.minimize {
background-image:url(../../base/images/icons/icons-01.gif);