summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-03 01:02:32 +0000
committerSarven Capadisli <csarven@status.net>2010-01-03 01:02:32 +0000
commit503d0acd49a855ba8853539448a0d6c11e2ca42a (patch)
treee8e1af7257229c95bac9493ab917bd5339f3913a /theme
parentec5850d26a46b88c14579959c8bcf34e936b087e (diff)
Added minimize functionality to selected location container
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css10
-rw-r--r--theme/base/images/icons/icons-01.gifbin3533 -> 3574 bytes
-rw-r--r--theme/identica/css/display.css6
3 files changed, 13 insertions, 3 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index fc8762cdc..0bb3479cc 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -557,10 +557,11 @@ line-height:1.618;
.form_notice #notice_data-attach_selected code,
.form_notice #notice_data-location_name {
float:left;
-width:87%;
+width:80%;
display:block;
line-height:1.8;
overflow:auto;
+margin-right:2.5%;
}
.form_notice #notice_data-attach_selected code {
font-size:1.1em;
@@ -570,6 +571,10 @@ font-size:1.1em;
float:right;
font-size:0.8em;
}
+,
+.form_notice #notice_data-geo_selected button.minimize {
+float:left;
+}
.form_notice #notice_data-location_wrap label {
position:absolute;
@@ -595,7 +600,8 @@ display:block;
padding-left:21px;
}
-button.close {
+button.close,
+button.minimize {
width:16px;
height:16px;
text-indent:-9999px;
diff --git a/theme/base/images/icons/icons-01.gif b/theme/base/images/icons/icons-01.gif
index 03db8c09c..fccc35b84 100644
--- a/theme/base/images/icons/icons-01.gif
+++ b/theme/base/images/icons/icons-01.gif
Binary files differ
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index a47837387..e7da3612a 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -192,7 +192,8 @@ button.close,
.entity_delete input.submit,
.notice-options .repeated,
.form_notice a#notice_data-location_name,
-.form_notice label[for=notice_data-geo] {
+.form_notice label[for=notice_data-geo],
+button.minimize {
background-image:url(../../base/images/icons/icons-01.gif);
background-repeat:no-repeat;
background-color:transparent;
@@ -253,6 +254,9 @@ background-color:#EFF3DC;
button.close {
background-position:0 -1120px;
}
+button.minimize {
+background-position:0 -1912px;
+}
#anon_notice {
background-color:#87B4C8;