summaryrefslogtreecommitdiff
path: root/theme/base/css/display.css
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-01-02 21:35:46 -1000
committerEvan Prodromou <evan@status.net>2010-01-02 21:35:46 -1000
commitde74c64490a028def7687cee40852e2072b0b5a8 (patch)
treea8e4217ddd074f0c3ae44709335afe49bdd3335f /theme/base/css/display.css
parentd7436c10d0ddc47a1d6fbbfd36a473f3d1a71e8c (diff)
parent94af0d1279b98311dde2bbcaaa10729020d12468 (diff)
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'theme/base/css/display.css')
-rw-r--r--theme/base/css/display.css38
1 files changed, 29 insertions, 9 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index d876460e1..0bb3479cc 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -554,34 +554,54 @@ 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:80%;
display:block;
-font-size:1.1em;
line-height:1.8;
overflow:auto;
+margin-right:2.5%;
+}
+.form_notice #notice_data-attach_selected code {
+font-size:1.1em;
}
-.form_notice #notice_data-attach_selected button {
+.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 input {
-margin-right:7px;
+,
+.form_notice #notice_data-geo_selected button.minimize {
float:left;
-top:3px;
+}
+
+.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 {
+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;
}
-button.close {
+button.close,
+button.minimize {
width:16px;
height:16px;
text-indent:-9999px;