summaryrefslogtreecommitdiff
path: root/theme/base/css
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-03 00:33:41 +0000
committerSarven Capadisli <csarven@status.net>2010-01-03 00:33:41 +0000
commitec5850d26a46b88c14579959c8bcf34e936b087e (patch)
treed641cf2a25288cfb64dd09d4147c65682527d8ec /theme/base/css
parentf990237c03ab8f5e2a7b3e90d79566b0901bec9b (diff)
Changed location share representation to be more like the file
attachment. Init UI. Probably a little buggy.
Diffstat (limited to 'theme/base/css')
-rw-r--r--theme/base/css/display.css29
1 files changed, 21 insertions, 8 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index a0b12a9f4..fc8762cdc 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -554,31 +554,44 @@ width:81.5%;
margin-bottom:0;
line-height:1.618;
}
-.form_notice #notice_data-attach_selected code {
+.form_notice #notice_data-attach_selected code,
+.form_notice #notice_data-location_name {
float:left;
-width:90%;
+width:87%;
display:block;
-font-size:1.1em;
line-height:1.8;
overflow:auto;
}
-.form_notice #notice_data-attach_selected button {
+.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 {
float:right;
font-size:0.8em;
}
+
+.form_notice #notice_data-location_wrap label {
+position:absolute;
+top:25px;
+right:4px;
+left:auto;
+cursor:pointer;
+width:16px;
+height:16px;
+display:block;
+}
.form_notice #notice_data-location_wrap input {
-margin-right:7px;
-float:left;
-top:3px;
+display:none;
}
.form_notice #notice_data-location_wrap label {
font-weight:normal;
font-size:1em;
margin-bottom:0;
+text-indent:-9999px;
}
.form_notice #notice_data-location_name {
display:block;
-line-height:1.6;
padding-left:21px;
}