Update to biz theme button close and minimize styles

This commit is contained in:
Sarven Capadisli 2010-01-28 17:32:24 +01:00
parent d29af38a0b
commit 1662aa1113
2 changed files with 24 additions and 0 deletions

View 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;

View 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;
}