summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-14 01:48:57 +0000
committerSarven Capadisli <csarven@status.net>2010-01-14 01:48:57 +0000
commitacc48289e5f87e879e6a1182b43e405016e675d6 (patch)
tree3356a1473a1f9b931b11ee369a1233cb8bdd5651 /theme
parent25ed2d2c872e59fd99b54fdf0dec1ca448feca00 (diff)
Update geo location UI for notice form where the geo data info is only
visible on @title of the enable/disable button.
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css16
-rw-r--r--theme/default/css/display.css7
-rw-r--r--theme/identica/css/display.css7
3 files changed, 2 insertions, 28 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index e89661637..2e4c88dfa 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -554,27 +554,19 @@ width:81.5%;
margin-bottom:0;
line-height:1.618;
}
-.form_notice #notice_data-attach_selected code,
-.form_notice #notice_data-geo_name {
+.form_notice #notice_data-attach_selected code {
float:left;
width:80%;
display:block;
overflow:auto;
margin-right:2.5%;
-}
-.form_notice #notice_data-attach_selected code {
font-size:1.1em;
}
-.form_notice #notice_data-attach_selected button.close,
-.form_notice #notice_data-geo_selected button.close {
+.form_notice #notice_data-attach_selected button.close {
float:right;
font-size:0.8em;
}
-.form_notice #notice_data-geo_selected button.minimize {
-float:left;
-}
-
.form_notice #notice_data-geo_wrap label {
position:absolute;
top:25px;
@@ -594,10 +586,6 @@ font-size:1em;
margin-bottom:0;
text-indent:-9999px;
}
-.form_notice #notice_data-geo_name {
-display:block;
-padding-left:21px;
-}
button.close,
button.minimize {
diff --git a/theme/default/css/display.css b/theme/default/css/display.css
index 2360976e5..8a2c01175 100644
--- a/theme/default/css/display.css
+++ b/theme/default/css/display.css
@@ -111,12 +111,6 @@ box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
text-shadow:none;
}
-.form_notice span#notice_data-geo_name {
-background-position:0 47%;
-}
-.form_notice a#notice_data-geo_name {
-background-position:0 -1711px;
-}
.form_notice label[for=notice_data-geo] {
background-position:0 -1780px;
}
@@ -192,7 +186,6 @@ button.close,
.entity_silence input.submit,
.entity_delete input.submit,
.notice-options .repeated,
-.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 91af1d8ec..4ee48459d 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -111,12 +111,6 @@ box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
text-shadow:none;
}
-.form_notice span#notice_data-geo_name {
-background-position:0 47%;
-}
-.form_notice a#notice_data-geo_name {
-background-position:0 -1711px;
-}
.form_notice label[for=notice_data-geo] {
background-position:0 -1780px;
}
@@ -192,7 +186,6 @@ button.close,
.entity_silence input.submit,
.entity_delete input.submit,
.notice-options .repeated,
-.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);