Update to biz theme button close and minimize styles
This commit is contained in:
parent
325b893bd8
commit
a8555dc3a6
|
@ -518,6 +518,11 @@ margin-bottom:0;
|
||||||
line-height:1.618;
|
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 label,
|
||||||
.form_notice #notice_data-geo_wrap input {
|
.form_notice #notice_data-geo_wrap input {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
|
@ -539,6 +544,18 @@ margin-bottom:0;
|
||||||
text-indent:-9999px;
|
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 */
|
||||||
.entity_profile {
|
.entity_profile {
|
||||||
position:relative;
|
position:relative;
|
||||||
|
|
|
@ -256,6 +256,13 @@ background-color:#F7E8E8;
|
||||||
background-color:#EFF3DC;
|
background-color:#EFF3DC;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.close {
|
||||||
|
background-position:0 -1120px;
|
||||||
|
}
|
||||||
|
button.minimize {
|
||||||
|
background-position:0 -1912px;
|
||||||
|
}
|
||||||
|
|
||||||
#anon_notice {
|
#anon_notice {
|
||||||
color:#FFFFFF;
|
color:#FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user