]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Update to biz theme button close and minimize styles
authorSarven Capadisli <csarven@status.net>
Thu, 28 Jan 2010 16:32:24 +0000 (17:32 +0100)
committerSarven Capadisli <csarven@status.net>
Thu, 28 Jan 2010 17:43:56 +0000 (18:43 +0100)
theme/biz/css/base.css
theme/biz/css/display.css

index bd70c083e28ffa4b25d748883cf9c9464ecec336..8a34425be2487e57e83b679e2b95bed7a26d37b7 100644 (file)
@@ -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;
index 0b7c17de76203d68343188d71d5aaaba67f0a9a3..7768d5146a98825944b6ce9f4b461b17f4901511 100644 (file)
@@ -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;
 }