summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-28 17:32:24 +0100
committerSarven Capadisli <csarven@status.net>2010-01-28 17:32:24 +0100
commit1662aa11139517cccc600d65b9e8eba07c541ea7 (patch)
tree63b12768225a6ef7ad0f1ef0482a58cd554252d8 /theme
parentd29af38a0be2f0944297898b166e86d0cebd9bd2 (diff)
Update to biz theme button close and minimize styles
Diffstat (limited to 'theme')
-rw-r--r--theme/biz/css/base.css17
-rw-r--r--theme/biz/css/display.css7
2 files changed, 24 insertions, 0 deletions
diff --git a/theme/biz/css/base.css b/theme/biz/css/base.css
index bd70c083e..8a34425be 100644
--- a/theme/biz/css/base.css
+++ b/theme/biz/css/base.css
@@ -518,6 +518,11 @@ margin-bottom:0;
line-height:1.618;
}
+.form_notice #notice_data-attach_selected button.close {
+float:right;
+font-size:0.8em;
+}
+
.form_notice #notice_data-geo_wrap label,
.form_notice #notice_data-geo_wrap input {
position:absolute;
@@ -539,6 +544,18 @@ margin-bottom:0;
text-indent:-9999px;
}
+button.close,
+button.minimize {
+width:16px;
+height:16px;
+text-indent:-9999px;
+padding:0;
+border:0;
+text-align:center;
+font-weight:bold;
+cursor:pointer;
+}
+
/* entity_profile */
.entity_profile {
position:relative;
diff --git a/theme/biz/css/display.css b/theme/biz/css/display.css
index 0b7c17de7..7768d5146 100644
--- a/theme/biz/css/display.css
+++ b/theme/biz/css/display.css
@@ -256,6 +256,13 @@ background-color:#F7E8E8;
background-color:#EFF3DC;
}
+button.close {
+background-position:0 -1120px;
+}
+button.minimize {
+background-position:0 -1912px;
+}
+
#anon_notice {
color:#FFFFFF;
}